#CF79B2

Color #CF79B2 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CF79B2

Tints of Hopbush #CF79B2

Color information

#CF79B2 (or 0xCF79B2) is unknown color: approx Hopbush. HEX triplet: CF, 79 and B2. RGB value is (207,121,178). Sum of RGB (Red+Green+Blue) = 207+121+178=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF79B2 is #30864D. Grayscale: #999999. Windows color (decimal): -3180110 or 11696591. OLE color: 11696591.

HSL color Cylindrical-coordinate representation of color #CF79B2: hue angle of 320.23º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF79B2 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB207121178-
CMYK00.420.140.19
HSL320.23º47.25%64.31%-
HSV(B)320.23º41.55%81.18%-
XYZ40.6130.1545.8-
YUV153.21141.99166.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 178 (69.92% from 255) = 35.18%
R=40.91%
G=23.91%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712117800.420.140.19320.2347.2564.31
HexCF79B202AE131402f40
Octal317171262052162350057100
Binary1100111111110011011001001010101110100111010000001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF79B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF79B2; }

 p { color: rgb(207,121,178); }

 H1.HeaderClassName
 {
   color: #CF79B2;
 }
 .AnyTagClassName
 {
   color: #CF79B2;
 }
</style>
background-color css

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

 a { background-color: rgb(207,121,178); }

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

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

 span { border-color: rgb(207,121,178); }

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