Html Css Color HEX #CD2F98 Deep Cerise

📋 copy color: '#CD2F98'

red 205 ◦ green 47 ◦ blue 152

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

Shades of Deep Cerise #CD2F98

Tints of Deep Cerise #CD2F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 50.74%
G = 11.63%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD2F98 (or 0xCD2F98) is known color: Deep Cerise. HEX triplet: CD, 2F and 98. RGB value is (205,47,152). Sum of RGB (Red+Green+Blue) = 205+47+152=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2F98 is #32D067. Grayscale: #696969. Windows color (decimal): -3330152 or 9973709. OLE color: 9973709.

HSL color Cylindrical-coordinate representation of color #CD2F98: hue angle of 320.13º 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 #CD2F98 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 47 152 -
CMYK 0 0.77 0.26 0.20
HSL 320.13º 0.63% 0.49% -
HSV(B) 320.13º 0.77% 0.8% -
XYZ 31.86 17.28 31.36 -
YUV 106.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 205 47 152 0 0.77 0.26 0.20 320.13 0.63 0.49
Hex CD 2F 98 0 4D 1A 14 140 3F 31
Octal 315 57 230 0 115 32 24 500 77 61
Binary 11001101 101111 10011000 0 1001101 11010 10100 101000000 111111 110001

Color Harmonies of #CD2F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2F98

Black with #CD2F98

Text Example


Text Example

White with #CD2F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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