Html Css Color HEX #CD3172 Cerise

📋 copy color: '#CD3172'

red 205 ◦ green 49 ◦ blue 114

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

Shades of Cerise #CD3172

Tints of Cerise #CD3172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 55.71%
G = 13.32%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD3172 (or 0xCD3172) is known color: Cerise. HEX triplet: CD, 31 and 72. RGB value is (205,49,114). Sum of RGB (Red+Green+Blue) = 205+49+114=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3172 is #32CE8D. Grayscale: #666666. Windows color (decimal): -3329678 or 7483853. OLE color: 7483853.

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

Color convert

RGB 205 49 114 -
CMYK 0 0.76 0.44 0.20
HSL 335º 0.61% 0.5% -
HSV(B) 335º 0.76% 0.8% -
XYZ 29.31 16.39 17.54 -
YUV 103.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 205 49 114 0 0.76 0.44 0.20 335 0.61 0.5
Hex CD 31 72 0 4C 2C 14 14F 3D 32
Octal 315 61 162 0 114 54 24 517 75 62
Binary 11001101 110001 1110010 0 1001100 101100 10100 101001111 111101 110010

Color Harmonies of #CD3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3172

Black with #CD3172

Text Example


Text Example

White with #CD3172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3172; }

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

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

background-color css

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

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

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

border-color css

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

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

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