Html Css Color HEX #CC337D Deep Cerise

📋 copy color: '#CC337D'

red 204 ◦ green 51 ◦ blue 125

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

Shades of Deep Cerise #CC337D

Tints of Deep Cerise #CC337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.42%

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 53.68%
G = 13.42%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC337D (or 0xCC337D) is known color: Deep Cerise. HEX triplet: CC, 33 and 7D. RGB value is (204,51,125). Sum of RGB (Red+Green+Blue) = 204+51+125=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC337D is #33CC82. Grayscale: #696969. Windows color (decimal): -3394691 or 8205260. OLE color: 8205260.

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

Color convert

RGB 204 51 125 -
CMYK 0 0.75 0.39 0.2
HSL 330.98º 0.6% 0.5% -
HSV(B) 330.98º 0.75% 0.8% -
XYZ 29.79 16.69 21.05 -
YUV 105.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 204 51 125 0 0.75 0.39 0.2 330.98 0.6 0.5
Hex CC 33 7D 0 4B 27 14 14B 3C 32
Octal 314 63 175 0 113 47 24 513 74 62
Binary 11001100 110011 1111101 0 1001011 100111 10100 101001011 111100 110010

Color Harmonies of #CC337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC337D

Black with #CC337D

Text Example


Text Example

White with #CC337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC337D; }

 p { color: rgb(204,51,125); }

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

background-color css

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

 a { background-color: rgb(204,51,125); }

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

border-color css

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

 span { border-color: rgb(204,51,125); }

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