Html Css Color HEX #CC37B4 Fuchsia

📋 copy color: '#CC37B4'

red 204 ◦ green 55 ◦ blue 180

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

Shades of Fuchsia #CC37B4

Tints of Fuchsia #CC37B4

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.53%

 BLUE value IS 180 (70.7% from 255) = 41%

R = 46.47%
G = 12.53%
B = 41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC37B4 (or 0xCC37B4) is known color: Fuchsia. HEX triplet: CC, 37 and B4. RGB value is (204,55,180). Sum of RGB (Red+Green+Blue) = 204+55+180=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37B4 is #33C84B. Grayscale: #717171. Windows color (decimal): -3393612 or 11810764. OLE color: 11810764.

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

Color convert

RGB 204 55 180 -
CMYK 0 0.73 0.12 0.2
HSL 309.66º 0.59% 0.51% -
HSV(B) 309.66º 0.73% 0.8% -
XYZ 34.51 18.87 45 -
YUV 113.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 204 55 180 0 0.73 0.12 0.2 309.66 0.59 0.51
Hex CC 37 B4 0 49 C 14 136 3B 33
Octal 314 67 264 0 111 14 24 466 73 63
Binary 11001100 110111 10110100 0 1001001 1100 10100 100110110 111011 110011

Color Harmonies of #CC37B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37B4

Black with #CC37B4

Text Example


Text Example

White with #CC37B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37B4; }

 p { color: rgb(204,55,180); }

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

background-color css

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

 a { background-color: rgb(204,55,180); }

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

border-color css

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

 span { border-color: rgb(204,55,180); }

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