Html Css Color HEX #CF60B0 Fuchsia

📋 copy color: '#CF60B0'

red 207 ◦ green 96 ◦ blue 176

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

Shades of Fuchsia #CF60B0

Tints of Fuchsia #CF60B0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.04%

 BLUE value IS 176 (69.14% from 255) = 36.74%

R = 43.22%
G = 20.04%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF60B0 (or 0xCF60B0) is known color: Fuchsia. HEX triplet: CF, 60 and B0. RGB value is (207,96,176). Sum of RGB (Red+Green+Blue) = 207+96+176=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF60B0 is #309F4F. Grayscale: #8A8A8A. Windows color (decimal): -3186512 or 11559119. OLE color: 11559119.

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

Color convert

RGB 207 96 176 -
CMYK 0 0.54 0.15 0.19
HSL 316.76º 0.54% 0.59% -
HSV(B) 316.76º 0.54% 0.81% -
XYZ 37.75 24.77 43.86 -
YUV 138.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 207 96 176 0 0.54 0.15 0.19 316.76 0.54 0.59
Hex CF 60 B0 0 36 F 13 13D 36 3B
Octal 317 140 260 0 66 17 23 475 66 73
Binary 11001111 1100000 10110000 0 110110 1111 10011 100111101 110110 111011

Color Harmonies of #CF60B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF60B0

Black with #CF60B0

Text Example


Text Example

White with #CF60B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF60B0; }

 p { color: rgb(207,96,176); }

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

background-color css

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

 a { background-color: rgb(207,96,176); }

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

border-color css

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

 span { border-color: rgb(207,96,176); }

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