Html Css Color HEX #CD2F5A Cerise

📋 copy color: '#CD2F5A'

red 205 ◦ green 47 ◦ blue 90

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

Shades of Cerise #CD2F5A

Tints of Cerise #CD2F5A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.74%

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

R = 59.94%
G = 13.74%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD2F5A (or 0xCD2F5A) is known color: Cerise. HEX triplet: CD, 2F and 5A. RGB value is (205,47,90). Sum of RGB (Red+Green+Blue) = 205+47+90=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2F5A is #32D0A5. Grayscale: #636363. Windows color (decimal): -3330214 or 5910477. OLE color: 5910477.

HSL color Cylindrical-coordinate representation of color #CD2F5A: hue angle of 343.67º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD2F5A is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 47 90 -
CMYK 0 0.77 0.56 0.20
HSL 343.67º 0.63% 0.49% -
HSV(B) 343.67º 0.77% 0.8% -
XYZ 28.04 15.75 11.24 -
YUV 99.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 205 47 90 0 0.77 0.56 0.20 343.67 0.63 0.49
Hex CD 2F 5A 0 4D 38 14 158 3F 31
Octal 315 57 132 0 115 70 24 530 77 61
Binary 11001101 101111 1011010 0 1001101 111000 10100 101011000 111111 110001

Color Harmonies of #CD2F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2F5A

Black with #CD2F5A

Text Example


Text Example

White with #CD2F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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