Html Css Color HEX #CD2C98 Deep Cerise

📋 copy color: '#CD2C98'

red 205 ◦ green 44 ◦ blue 152

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

Shades of Deep Cerise #CD2C98

Tints of Deep Cerise #CD2C98

RGB

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

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

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

R = 51.12%
G = 10.97%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD2C98 (or 0xCD2C98) is known color: Deep Cerise. HEX triplet: CD, 2C and 98. RGB value is (205,44,152). Sum of RGB (Red+Green+Blue) = 205+44+152=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2C98 is #32D367. Grayscale: #686868. Windows color (decimal): -3330920 or 9972941. OLE color: 9972941.

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

Color convert

RGB 205 44 152 -
CMYK 0 0.79 0.26 0.20
HSL 319.75º 0.65% 0.49% -
HSV(B) 319.75º 0.79% 0.8% -
XYZ 31.75 17.05 31.32 -
YUV 104.45 154.84 199.72 -
System Red Green Blue C M Y K H S L
Decimal 205 44 152 0 0.79 0.26 0.20 319.75 0.65 0.49
Hex CD 2C 98 0 4F 1A 14 140 41 31
Octal 315 54 230 0 117 32 24 500 101 61
Binary 11001101 101100 10011000 0 1001111 11010 10100 101000000 1000001 110001

Color Harmonies of #CD2C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C98

Black with #CD2C98

Text Example


Text Example

White with #CD2C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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