Html Css Color HEX #CC4DBB Fuchsia

📋 copy color: '#CC4DBB'

red 204 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #CC4DBB

Tints of Fuchsia #CC4DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.45%

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 43.59%
G = 16.45%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC4DBB (or 0xCC4DBB) is known color: Fuchsia. HEX triplet: CC, 4D and BB. RGB value is (204,77,187). Sum of RGB (Red+Green+Blue) = 204+77+187=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DBB is #33B244. Grayscale: #7F7F7F. Windows color (decimal): -3387973 or 12275148. OLE color: 12275148.

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

Color convert

RGB 204 77 187 -
CMYK 0 0.62 0.08 0.2
HSL 308.03º 0.55% 0.55% -
HSV(B) 308.03º 0.62% 0.8% -
XYZ 36.53 21.73 49.28 -
YUV 127.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 204 77 187 0 0.62 0.08 0.2 308.03 0.55 0.55
Hex CC 4D BB 0 3E 8 14 134 37 37
Octal 314 115 273 0 76 10 24 464 67 67
Binary 11001100 1001101 10111011 0 111110 1000 10100 100110100 110111 110111

Color Harmonies of #CC4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4DBB

Black with #CC4DBB

Text Example


Text Example

White with #CC4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4DBB; }

 p { color: rgb(204,77,187); }

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

background-color css

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

 a { background-color: rgb(204,77,187); }

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

border-color css

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

 span { border-color: rgb(204,77,187); }

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