Html Css Color HEX #CD2464 Cerise

📋 copy color: '#CD2464'

red 205 ◦ green 36 ◦ blue 100

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

Shades of Cerise #CD2464

Tints of Cerise #CD2464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 60.12%
G = 10.56%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD2464 (or 0xCD2464) is known color: Cerise. HEX triplet: CD, 24 and 64. RGB value is (205,36,100). Sum of RGB (Red+Green+Blue) = 205+36+100=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2464 is #32DB9B. Grayscale: #5D5D5D. Windows color (decimal): -3333020 or 6563021. OLE color: 6563021.

HSL color Cylindrical-coordinate representation of color #CD2464: hue angle of 337.28º degrees, saturation: 0.7, 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 #CD2464 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 36 100 -
CMYK 0 0.82 0.51 0.20
HSL 337.28º 0.7% 0.47% -
HSV(B) 337.28º 0.82% 0.8% -
XYZ 28.11 15.16 13.5 -
YUV 93.83 131.49 207.3 -
System Red Green Blue C M Y K H S L
Decimal 205 36 100 0 0.82 0.51 0.20 337.28 0.7 0.47
Hex CD 24 64 0 52 33 14 151 46 2F
Octal 315 44 144 0 122 63 24 521 106 57
Binary 11001101 100100 1100100 0 1010010 110011 10100 101010001 1000110 101111

Color Harmonies of #CD2464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2464

Black with #CD2464

Text Example


Text Example

White with #CD2464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2464; }

 p { color: rgb(205,36,100); }

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

background-color css

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

 a { background-color: rgb(205,36,100); }

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

border-color css

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

 span { border-color: rgb(205,36,100); }

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