Html Css Color HEX #CD2A5E Cerise

📋 copy color: '#CD2A5E'

red 205 ◦ green 42 ◦ blue 94

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

Shades of Cerise #CD2A5E

Tints of Cerise #CD2A5E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.32%

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 60.12%
G = 12.32%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD2A5E (or 0xCD2A5E) is known color: Cerise. HEX triplet: CD, 2A and 5E. RGB value is (205,42,94). Sum of RGB (Red+Green+Blue) = 205+42+94=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2A5E is #32D5A1. Grayscale: #606060. Windows color (decimal): -3331490 or 6171341. OLE color: 6171341.

HSL color Cylindrical-coordinate representation of color #CD2A5E: hue angle of 340.86º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2A5E is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 42 94 -
CMYK 0 0.80 0.54 0.20
HSL 340.86º 0.66% 0.48% -
HSV(B) 340.86º 0.8% 0.8% -
XYZ 28.03 15.44 12.09 -
YUV 96.67 126.5 205.27 -
System Red Green Blue C M Y K H S L
Decimal 205 42 94 0 0.80 0.54 0.20 340.86 0.66 0.48
Hex CD 2A 5E 0 50 36 14 155 42 30
Octal 315 52 136 0 120 66 24 525 102 60
Binary 11001101 101010 1011110 0 1010000 110110 10100 101010101 1000010 110000

Color Harmonies of #CD2A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2A5E

Black with #CD2A5E

Text Example


Text Example

White with #CD2A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2A5E; }

 p { color: rgb(205,42,94); }

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

background-color css

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

 a { background-color: rgb(205,42,94); }

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

border-color css

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

 span { border-color: rgb(205,42,94); }

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