Html Css Color HEX #CC4BAB Fuchsia

📋 copy color: '#CC4BAB'

red 204 ◦ green 75 ◦ blue 171

#CC4BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CC4BAB

Tints of Fuchsia #CC4BAB

RGB

 RED value IS 204 (80.08% from 255) = 45.33%

 GREEN value IS 75 (29.69% from 255) = 16.67%

 BLUE value IS 171 (67.19% from 255) = 38%

R = 45.33%
G = 16.67%
B = 38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC4BAB (or 0xCC4BAB) is known color: Fuchsia. HEX triplet: CC, 4B and AB. RGB value is (204,75,171). Sum of RGB (Red+Green+Blue) = 204+75+171=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4BAB is #33B454. Grayscale: #7C7C7C. Windows color (decimal): -3388501 or 11226060. OLE color: 11226060.

HSL color Cylindrical-coordinate representation of color #CC4BAB: hue angle of 315.35º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4BAB is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 75 171 -
CMYK 0 0.63 0.16 0.2
HSL 315.35º 0.56% 0.55% -
HSV(B) 315.35º 0.63% 0.8% -
XYZ 34.77 20.81 40.71 -
YUV 124.52 154.24 184.69 -
System Red Green Blue C M Y K H S L
Decimal 204 75 171 0 0.63 0.16 0.2 315.35 0.56 0.55
Hex CC 4B AB 0 3F 10 14 13B 38 37
Octal 314 113 253 0 77 20 24 473 70 67
Binary 11001100 1001011 10101011 0 111111 10000 10100 100111011 111000 110111

Color Harmonies of #CC4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BAB

Black with #CC4BAB

Text Example


Text Example

White with #CC4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BAB; }

 p { color: rgb(204,75,171); }

 H1.HeaderClassName
 {
   color: #CC4BAB;
 }
 .AnyTagClassName
 {
   color: #CC4BAB;
 }
</style>

background-color css

<style>
 a { background-color: #CC4BAB; }

 a { background-color: rgb(204,75,171); }

 div.DivClassName
 {
   background-color: #CC4BAB;
 }
 .BgClassName
 {
   background-color: #CC4BAB;
 }
</style>

border-color css

<style>
 span { border-color: #CC4BAB; }

 span { border-color: rgb(204,75,171); }

 td.TdClassName
 {
   border-color: #CC4BAB;
 }
 .TagClassName
 {
   border-color: #CC4BAB;
 }
</style>