Html Css Color HEX #CF3271 Cerise

📋 copy color: '#CF3271'

red 207 ◦ green 50 ◦ blue 113

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

Shades of Cerise #CF3271

Tints of Cerise #CF3271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.51%

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

R = 55.95%
G = 13.51%
B = 30.54%

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

#CF3271 (or 0xCF3271) is known color: Cerise. HEX triplet: CF, 32 and 71. RGB value is (207,50,113). Sum of RGB (Red+Green+Blue) = 207+50+113=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3271 is #30CD8E. Grayscale: #686868. Windows color (decimal): -3198351 or 7418575. OLE color: 7418575.

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

Color convert

RGB 207 50 113 -
CMYK 0 0.76 0.45 0.19
HSL 335.92º 0.62% 0.5% -
HSV(B) 335.92º 0.76% 0.81% -
XYZ 29.85 16.74 17.28 -
YUV 104.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 207 50 113 0 0.76 0.45 0.19 335.92 0.62 0.5
Hex CF 32 71 0 4C 2D 13 150 3E 32
Octal 317 62 161 0 114 55 23 520 76 62
Binary 11001111 110010 1110001 0 1001100 101101 10011 101010000 111110 110010

Color Harmonies of #CF3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3271

Black with #CF3271

Text Example


Text Example

White with #CF3271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3271; }

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

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

background-color css

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

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

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

border-color css

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

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

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