Html Css Color HEX #CF3171 Cerise

📋 copy color: '#CF3171'

red 207 ◦ green 49 ◦ blue 113

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

Shades of Cerise #CF3171

Tints of Cerise #CF3171

RGB

 RED value IS 207 (81.25% from 255) = 56.1%

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

 BLUE value IS 113 (44.53% from 255) = 30.62%

R = 56.1%
G = 13.28%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF3171 (or 0xCF3171) is known color: Cerise. HEX triplet: CF, 31 and 71. RGB value is (207,49,113). Sum of RGB (Red+Green+Blue) = 207+49+113=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3171 is #30CE8E. Grayscale: #676767. Windows color (decimal): -3198607 or 7418319. OLE color: 7418319.

HSL color Cylindrical-coordinate representation of color #CF3171: hue angle of 335.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3171 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 49 113 -
CMYK 0 0.76 0.45 0.19
HSL 335.7º 0.62% 0.5% -
HSV(B) 335.7º 0.76% 0.81% -
XYZ 29.81 16.65 17.27 -
YUV 103.54 133.35 201.8 -
System Red Green Blue C M Y K H S L
Decimal 207 49 113 0 0.76 0.45 0.19 335.7 0.62 0.5
Hex CF 31 71 0 4C 2D 13 150 3E 32
Octal 317 61 161 0 114 55 23 520 76 62
Binary 11001111 110001 1110001 0 1001100 101101 10011 101010000 111110 110010

Color Harmonies of #CF3171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3171

Black with #CF3171

Text Example


Text Example

White with #CF3171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3171; }

 p { color: rgb(207,49,113); }

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

background-color css

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

 a { background-color: rgb(207,49,113); }

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

border-color css

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

 span { border-color: rgb(207,49,113); }

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