#CF61A4

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

Shades of Hopbush #CF61A4

Tints of Hopbush #CF61A4

Color information

#CF61A4 (or 0xCF61A4) is unknown color: approx Hopbush. HEX triplet: CF, 61 and A4. RGB value is (207,97,164). Sum of RGB (Red+Green+Blue) = 207+97+164=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF61A4 is #309E5B. Grayscale: #898989. Windows color (decimal): -3186268 or 10772943. OLE color: 10772943.

HSL color Cylindrical-coordinate representation of color #CF61A4: hue angle of 323.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF61A4 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB20797164-
CMYK00.530.210.19
HSL323.45º53.4%59.61%-
HSV(B)323.45º53.14%81.18%-
XYZ36.7124.537.92-
YUV137.53142.94177.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=44.23%
G=20.73%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079716400.530.210.19323.4553.459.61
HexCF61A40351513143353c
Octal31714124406525235036574
Binary1100111111000011010010001101011010110011101000011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61A4; }

 p { color: rgb(207,97,164); }

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

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

 a { background-color: rgb(207,97,164); }

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

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

 span { border-color: rgb(207,97,164); }

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