Html Css Color HEX #CD3170 Cerise

📋 copy color: '#CD3170'

red 205 ◦ green 49 ◦ blue 112

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

Shades of Cerise #CD3170

Tints of Cerise #CD3170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 56.01%
G = 13.39%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD3170 (or 0xCD3170) is known color: Cerise. HEX triplet: CD, 31 and 70. RGB value is (205,49,112). Sum of RGB (Red+Green+Blue) = 205+49+112=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3170 is #32CE8F. Grayscale: #666666. Windows color (decimal): -3329680 or 7352781. OLE color: 7352781.

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

Color convert

RGB 205 49 112 -
CMYK 0 0.76 0.45 0.20
HSL 335.77º 0.61% 0.5% -
HSV(B) 335.77º 0.76% 0.8% -
XYZ 29.2 16.35 16.95 -
YUV 102.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 205 49 112 0 0.76 0.45 0.20 335.77 0.61 0.5
Hex CD 31 70 0 4C 2D 14 150 3D 32
Octal 315 61 160 0 114 55 24 520 75 62
Binary 11001101 110001 1110000 0 1001100 101101 10100 101010000 111101 110010

Color Harmonies of #CD3170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3170

Black with #CD3170

Text Example


Text Example

White with #CD3170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3170; }

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

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

background-color css

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

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

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

border-color css

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

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

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