Html Css Color HEX #CC36B8 Fuchsia

📋 copy color: '#CC36B8'

red 204 ◦ green 54 ◦ blue 184

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

Shades of Fuchsia #CC36B8

Tints of Fuchsia #CC36B8

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.22%

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 46.15%
G = 12.22%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC36B8 (or 0xCC36B8) is known color: Fuchsia. HEX triplet: CC, 36 and B8. RGB value is (204,54,184). Sum of RGB (Red+Green+Blue) = 204+54+184=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36B8 is #33C947. Grayscale: #717171. Windows color (decimal): -3393864 or 12072652. OLE color: 12072652.

HSL color Cylindrical-coordinate representation of color #CC36B8: hue angle of 308º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC36B8 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 184 -
CMYK 0 0.74 0.10 0.2
HSL 308º 0.6% 0.51% -
HSV(B) 308º 0.74% 0.8% -
XYZ 34.87 18.94 47.16 -
YUV 113.67 167.7 192.43 -
System Red Green Blue C M Y K H S L
Decimal 204 54 184 0 0.74 0.10 0.2 308 0.6 0.51
Hex CC 36 B8 0 4A A 14 134 3C 33
Octal 314 66 270 0 112 12 24 464 74 63
Binary 11001100 110110 10111000 0 1001010 1010 10100 100110100 111100 110011

Color Harmonies of #CC36B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36B8

Black with #CC36B8

Text Example


Text Example

White with #CC36B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36B8; }

 p { color: rgb(204,54,184); }

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

background-color css

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

 a { background-color: rgb(204,54,184); }

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

border-color css

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

 span { border-color: rgb(204,54,184); }

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