Html Css Color HEX #CC36B9 Fuchsia

📋 copy color: '#CC36B9'

red 204 ◦ green 54 ◦ blue 185

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

Shades of Fuchsia #CC36B9

Tints of Fuchsia #CC36B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.76%

R = 46.05%
G = 12.19%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC36B9 (or 0xCC36B9) is known color: Fuchsia. HEX triplet: CC, 36 and B9. RGB value is (204,54,185). Sum of RGB (Red+Green+Blue) = 204+54+185=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36B9 is #33C946. Grayscale: #717171. Windows color (decimal): -3393863 or 12138188. OLE color: 12138188.

HSL color Cylindrical-coordinate representation of color #CC36B9: hue angle of 307.6º 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 #CC36B9 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 185 -
CMYK 0 0.74 0.09 0.2
HSL 307.6º 0.6% 0.51% -
HSV(B) 307.6º 0.74% 0.8% -
XYZ 34.98 18.98 47.72 -
YUV 113.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 204 54 185 0 0.74 0.09 0.2 307.6 0.6 0.51
Hex CC 36 B9 0 4A 9 14 134 3C 33
Octal 314 66 271 0 112 11 24 464 74 63
Binary 11001100 110110 10111001 0 1001010 1001 10100 100110100 111100 110011

Color Harmonies of #CC36B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36B9

Black with #CC36B9

Text Example


Text Example

White with #CC36B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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