Html Css Color HEX #CD2C74 Deep Cerise

📋 copy color: '#CD2C74'

red 205 ◦ green 44 ◦ blue 116

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

Shades of Deep Cerise #CD2C74

Tints of Deep Cerise #CD2C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

 BLUE value IS 116 (45.7% from 255) = 31.78%

R = 56.16%
G = 12.05%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD2C74 (or 0xCD2C74) is known color: Deep Cerise. HEX triplet: CD, 2C and 74. RGB value is (205,44,116). Sum of RGB (Red+Green+Blue) = 205+44+116=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C74 is #32D38B. Grayscale: #646464. Windows color (decimal): -3330956 or 7613645. OLE color: 7613645.

HSL color Cylindrical-coordinate representation of color #CD2C74: hue angle of 333.17º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C74 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 44 116 -
CMYK 0 0.79 0.43 0.20
HSL 333.17º 0.65% 0.49% -
HSV(B) 333.17º 0.79% 0.8% -
XYZ 29.23 16.04 18.08 -
YUV 100.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 205 44 116 0 0.79 0.43 0.20 333.17 0.65 0.49
Hex CD 2C 74 0 4F 2B 14 14D 41 31
Octal 315 54 164 0 117 53 24 515 101 61
Binary 11001101 101100 1110100 0 1001111 101011 10100 101001101 1000001 110001

Color Harmonies of #CD2C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C74

Black with #CD2C74

Text Example


Text Example

White with #CD2C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C74; }

 p { color: rgb(205,44,116); }

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

background-color css

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

 a { background-color: rgb(205,44,116); }

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

border-color css

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

 span { border-color: rgb(205,44,116); }

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