Html Css Color HEX #CD2F90 Deep Cerise

📋 copy color: '#CD2F90'

red 205 ◦ green 47 ◦ blue 144

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

Shades of Deep Cerise #CD2F90

Tints of Deep Cerise #CD2F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.36%

R = 51.77%
G = 11.87%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD2F90 (or 0xCD2F90) is known color: Deep Cerise. HEX triplet: CD, 2F and 90. RGB value is (205,47,144). Sum of RGB (Red+Green+Blue) = 205+47+144=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2F90 is #32D06F. Grayscale: #696969. Windows color (decimal): -3330160 or 9449421. OLE color: 9449421.

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

Color convert

RGB 205 47 144 -
CMYK 0 0.77 0.30 0.20
HSL 323.16º 0.63% 0.49% -
HSV(B) 323.16º 0.77% 0.8% -
XYZ 31.23 17.03 28.03 -
YUV 105.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 205 47 144 0 0.77 0.30 0.20 323.16 0.63 0.49
Hex CD 2F 90 0 4D 1E 14 143 3F 31
Octal 315 57 220 0 115 36 24 503 77 61
Binary 11001101 101111 10010000 0 1001101 11110 10100 101000011 111111 110001

Color Harmonies of #CD2F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2F90

Black with #CD2F90

Text Example


Text Example

White with #CD2F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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