Html Css Color HEX #CD315B Cerise

📋 copy color: '#CD315B'

red 205 ◦ green 49 ◦ blue 91

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

Shades of Cerise #CD315B

Tints of Cerise #CD315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.38%

R = 59.42%
G = 14.2%
B = 26.38%

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

#CD315B (or 0xCD315B) is known color: Cerise. HEX triplet: CD, 31 and 5B. RGB value is (205,49,91). Sum of RGB (Red+Green+Blue) = 205+49+91=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD315B is #32CEA4. Grayscale: #646464. Windows color (decimal): -3329701 or 5976525. OLE color: 5976525.

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

Color convert

RGB 205 49 91 -
CMYK 0 0.76 0.56 0.20
HSL 343.85º 0.61% 0.5% -
HSV(B) 343.85º 0.76% 0.8% -
XYZ 28.16 15.93 11.49 -
YUV 100.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 205 49 91 0 0.76 0.56 0.20 343.85 0.61 0.5
Hex CD 31 5B 0 4C 38 14 158 3D 32
Octal 315 61 133 0 114 70 24 530 75 62
Binary 11001101 110001 1011011 0 1001100 111000 10100 101011000 111101 110010

Color Harmonies of #CD315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD315B

Black with #CD315B

Text Example


Text Example

White with #CD315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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