Html Css Color HEX #CD2562 Cerise

📋 copy color: '#CD2562'

red 205 ◦ green 37 ◦ blue 98

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

Shades of Cerise #CD2562

Tints of Cerise #CD2562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.88%

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 60.29%
G = 10.88%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD2562 (or 0xCD2562) is known color: Cerise. HEX triplet: CD, 25 and 62. RGB value is (205,37,98). Sum of RGB (Red+Green+Blue) = 205+37+98=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2562 is #32DA9D. Grayscale: #5E5E5E. Windows color (decimal): -3332766 or 6432205. OLE color: 6432205.

HSL color Cylindrical-coordinate representation of color #CD2562: hue angle of 338.21º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2562 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 37 98 -
CMYK 0 0.82 0.52 0.20
HSL 338.21º 0.69% 0.47% -
HSV(B) 338.21º 0.82% 0.8% -
XYZ 28.04 15.18 13.01 -
YUV 94.19 130.16 207.04 -
System Red Green Blue C M Y K H S L
Decimal 205 37 98 0 0.82 0.52 0.20 338.21 0.69 0.47
Hex CD 25 62 0 52 34 14 152 45 2F
Octal 315 45 142 0 122 64 24 522 105 57
Binary 11001101 100101 1100010 0 1010010 110100 10100 101010010 1000101 101111

Color Harmonies of #CD2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2562

Black with #CD2562

Text Example


Text Example

White with #CD2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2562; }

 p { color: rgb(205,37,98); }

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

background-color css

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

 a { background-color: rgb(205,37,98); }

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

border-color css

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

 span { border-color: rgb(205,37,98); }

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