Html Css Color HEX #CF3071 Cerise

📋 copy color: '#CF3071'

red 207 ◦ green 48 ◦ blue 113

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

Shades of Cerise #CF3071

Tints of Cerise #CF3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.04%

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

R = 56.25%
G = 13.04%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF3071 (or 0xCF3071) is known color: Cerise. HEX triplet: CF, 30 and 71. RGB value is (207,48,113). Sum of RGB (Red+Green+Blue) = 207+48+113=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3071 is #30CF8E. Grayscale: #666666. Windows color (decimal): -3198863 or 7418063. OLE color: 7418063.

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

Color convert

RGB 207 48 113 -
CMYK 0 0.77 0.45 0.19
HSL 335.47º 0.62% 0.5% -
HSV(B) 335.47º 0.77% 0.81% -
XYZ 29.77 16.57 17.25 -
YUV 102.95 133.68 202.21 -
System Red Green Blue C M Y K H S L
Decimal 207 48 113 0 0.77 0.45 0.19 335.47 0.62 0.5
Hex CF 30 71 0 4D 2D 13 14F 3E 32
Octal 317 60 161 0 115 55 23 517 76 62
Binary 11001111 110000 1110001 0 1001101 101101 10011 101001111 111110 110010

Color Harmonies of #CF3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3071

Black with #CF3071

Text Example


Text Example

White with #CF3071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3071; }

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

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

background-color css

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

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

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

border-color css

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

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

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