Html Css Color HEX #CD315A Cerise

📋 copy color: '#CD315A'

red 205 ◦ green 49 ◦ blue 90

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

Shades of Cerise #CD315A

Tints of Cerise #CD315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

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

R = 59.59%
G = 14.24%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD315A (or 0xCD315A) is known color: Cerise. HEX triplet: CD, 31 and 5A. RGB value is (205,49,90). Sum of RGB (Red+Green+Blue) = 205+49+90=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD315A is #32CEA5. Grayscale: #646464. Windows color (decimal): -3329702 or 5910989. OLE color: 5910989.

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

Color convert

RGB 205 49 90 -
CMYK 0 0.76 0.56 0.20
HSL 344.23º 0.61% 0.5% -
HSV(B) 344.23º 0.76% 0.8% -
XYZ 28.12 15.91 11.26 -
YUV 100.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 205 49 90 0 0.76 0.56 0.20 344.23 0.61 0.5
Hex CD 31 5A 0 4C 38 14 158 3D 32
Octal 315 61 132 0 114 70 24 530 75 62
Binary 11001101 110001 1011010 0 1001100 111000 10100 101011000 111101 110010

Color Harmonies of #CD315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD315A

Black with #CD315A

Text Example


Text Example

White with #CD315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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