Html Css Color HEX #CD2C61 Cerise

📋 copy color: '#CD2C61'

red 205 ◦ green 44 ◦ blue 97

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

Shades of Cerise #CD2C61

Tints of Cerise #CD2C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.03%

R = 59.25%
G = 12.72%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CD2C61 (or 0xCD2C61) is known color: Cerise. HEX triplet: CD, 2C and 61. RGB value is (205,44,97). Sum of RGB (Red+Green+Blue) = 205+44+97=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C61 is #32D39E. Grayscale: #626262. Windows color (decimal): -3330975 or 6368461. OLE color: 6368461.

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

Color convert

RGB 205 44 97 -
CMYK 0 0.79 0.53 0.20
HSL 340.25º 0.65% 0.49% -
HSV(B) 340.25º 0.79% 0.8% -
XYZ 28.24 15.64 12.84 -
YUV 98.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 205 44 97 0 0.79 0.53 0.20 340.25 0.65 0.49
Hex CD 2C 61 0 4F 35 14 154 41 31
Octal 315 54 141 0 117 65 24 524 101 61
Binary 11001101 101100 1100001 0 1001111 110101 10100 101010100 1000001 110001

Color Harmonies of #CD2C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C61

Black with #CD2C61

Text Example


Text Example

White with #CD2C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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