Html Css Color HEX #CD245A Cerise

📋 copy color: '#CD245A'

red 205 ◦ green 36 ◦ blue 90

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

Shades of Cerise #CD245A

Tints of Cerise #CD245A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 61.93%
G = 10.88%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD245A (or 0xCD245A) is known color: Cerise. HEX triplet: CD, 24 and 5A. RGB value is (205,36,90). Sum of RGB (Red+Green+Blue) = 205+36+90=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD245A is #32DBA5. Grayscale: #5C5C5C. Windows color (decimal): -3333030 or 5907661. OLE color: 5907661.

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

Color convert

RGB 205 36 90 -
CMYK 0 0.82 0.56 0.20
HSL 340.83º 0.7% 0.47% -
HSV(B) 340.83º 0.82% 0.8% -
XYZ 27.65 14.98 11.11 -
YUV 92.69 126.49 208.11 -
System Red Green Blue C M Y K H S L
Decimal 205 36 90 0 0.82 0.56 0.20 340.83 0.7 0.47
Hex CD 24 5A 0 52 38 14 155 46 2F
Octal 315 44 132 0 122 70 24 525 106 57
Binary 11001101 100100 1011010 0 1010010 111000 10100 101010101 1000110 101111

Color Harmonies of #CD245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD245A

Black with #CD245A

Text Example


Text Example

White with #CD245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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