Html Css Color HEX #CD3373 Deep Cerise

📋 copy color: '#CD3373'

red 205 ◦ green 51 ◦ blue 115

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

Shades of Deep Cerise #CD3373

Tints of Deep Cerise #CD3373

RGB

 RED value IS 205 (80.47% from 255) = 55.26%

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

 BLUE value IS 115 (45.31% from 255) = 31%

R = 55.26%
G = 13.75%
B = 31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD3373 (or 0xCD3373) is known color: Deep Cerise. HEX triplet: CD, 33 and 73. RGB value is (205,51,115). Sum of RGB (Red+Green+Blue) = 205+51+115=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3373 is #32CC8C. Grayscale: #686868. Windows color (decimal): -3329165 or 7549901. OLE color: 7549901.

HSL color Cylindrical-coordinate representation of color #CD3373: hue angle of 335.06º degrees, saturation: 0.61, 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 #CD3373 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 51 115 -
CMYK 0 0.75 0.44 0.20
HSL 335.06º 0.61% 0.5% -
HSV(B) 335.06º 0.75% 0.8% -
XYZ 29.46 16.58 17.87 -
YUV 104.34 134.02 199.8 -
System Red Green Blue C M Y K H S L
Decimal 205 51 115 0 0.75 0.44 0.20 335.06 0.61 0.5
Hex CD 33 73 0 4B 2C 14 14F 3D 32
Octal 315 63 163 0 113 54 24 517 75 62
Binary 11001101 110011 1110011 0 1001011 101100 10100 101001111 111101 110010

Color Harmonies of #CD3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3373

Black with #CD3373

Text Example


Text Example

White with #CD3373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3373; }

 p { color: rgb(205,51,115); }

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

background-color css

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

 a { background-color: rgb(205,51,115); }

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

border-color css

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

 span { border-color: rgb(205,51,115); }

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