Html Css Color HEX #CF4471 Cabaret

📋 copy color: '#CF4471'

red 207 ◦ green 68 ◦ blue 113

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

Shades of Cabaret #CF4471

Tints of Cabaret #CF4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.53%

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

R = 53.35%
G = 17.53%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF4471 (or 0xCF4471) is known color: Cabaret. HEX triplet: CF, 44 and 71. RGB value is (207,68,113). Sum of RGB (Red+Green+Blue) = 207+68+113=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4471 is #30BB8E. Grayscale: #727272. Windows color (decimal): -3193743 or 7423183. OLE color: 7423183.

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

Color convert

RGB 207 68 113 -
CMYK 0 0.67 0.45 0.19
HSL 340.58º 0.59% 0.54% -
HSV(B) 340.58º 0.67% 0.81% -
XYZ 30.78 18.59 17.59 -
YUV 114.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 207 68 113 0 0.67 0.45 0.19 340.58 0.59 0.54
Hex CF 44 71 0 43 2D 13 155 3B 36
Octal 317 104 161 0 103 55 23 525 73 66
Binary 11001111 1000100 1110001 0 1000011 101101 10011 101010101 111011 110110

Color Harmonies of #CF4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4471

Black with #CF4471

Text Example


Text Example

White with #CF4471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4471; }

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

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

background-color css

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

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

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

border-color css

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

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

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