Html Css Color HEX #CD2F73 Deep Cerise

📋 copy color: '#CD2F73'

red 205 ◦ green 47 ◦ blue 115

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

Shades of Deep Cerise #CD2F73

Tints of Deep Cerise #CD2F73

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.81%

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

R = 55.86%
G = 12.81%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD2F73 (or 0xCD2F73) is known color: Deep Cerise. HEX triplet: CD, 2F and 73. RGB value is (205,47,115). Sum of RGB (Red+Green+Blue) = 205+47+115=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2F73 is #32D08C. Grayscale: #656565. Windows color (decimal): -3330189 or 7548877. OLE color: 7548877.

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

Color convert

RGB 205 47 115 -
CMYK 0 0.77 0.44 0.20
HSL 334.18º 0.63% 0.49% -
HSV(B) 334.18º 0.77% 0.8% -
XYZ 29.29 16.25 17.81 -
YUV 101.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 205 47 115 0 0.77 0.44 0.20 334.18 0.63 0.49
Hex CD 2F 73 0 4D 2C 14 14E 3F 31
Octal 315 57 163 0 115 54 24 516 77 61
Binary 11001101 101111 1110011 0 1001101 101100 10100 101001110 111111 110001

Color Harmonies of #CD2F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2F73

Black with #CD2F73

Text Example


Text Example

White with #CD2F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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