Html Css Color HEX #CD2468 Cerise

📋 copy color: '#CD2468'

red 205 ◦ green 36 ◦ blue 104

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

Shades of Cerise #CD2468

Tints of Cerise #CD2468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 59.42%
G = 10.43%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CD2468 (or 0xCD2468) is known color: Cerise. HEX triplet: CD, 24 and 68. RGB value is (205,36,104). Sum of RGB (Red+Green+Blue) = 205+36+104=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2468 is #32DB97. Grayscale: #5E5E5E. Windows color (decimal): -3333016 or 6825165. OLE color: 6825165.

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

Color convert

RGB 205 36 104 -
CMYK 0 0.82 0.49 0.20
HSL 335.86º 0.7% 0.47% -
HSV(B) 335.86º 0.82% 0.8% -
XYZ 28.31 15.24 14.55 -
YUV 94.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 205 36 104 0 0.82 0.49 0.20 335.86 0.7 0.47
Hex CD 24 68 0 52 31 14 150 46 2F
Octal 315 44 150 0 122 61 24 520 106 57
Binary 11001101 100100 1101000 0 1010010 110001 10100 101010000 1000110 101111

Color Harmonies of #CD2468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2468

Black with #CD2468

Text Example


Text Example

White with #CD2468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2468; }

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

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

background-color css

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

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

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

border-color css

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

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

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