Html Css Color HEX #CF60C6 Fuchsia

📋 copy color: '#CF60C6'

red 207 ◦ green 96 ◦ blue 198

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

Shades of Fuchsia #CF60C6

Tints of Fuchsia #CF60C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.52%

R = 41.32%
G = 19.16%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF60C6 (or 0xCF60C6) is known color: Fuchsia. HEX triplet: CF, 60 and C6. RGB value is (207,96,198). Sum of RGB (Red+Green+Blue) = 207+96+198=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60C6 is #309F39. Grayscale: #8C8C8C. Windows color (decimal): -3186490 or 13000911. OLE color: 13000911.

HSL color Cylindrical-coordinate representation of color #CF60C6: hue angle of 304.86º 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 #CF60C6 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 198 -
CMYK 0 0.54 0.04 0.19
HSL 304.86º 0.54% 0.59% -
HSV(B) 304.86º 0.54% 0.81% -
XYZ 40.11 25.71 56.27 -
YUV 140.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 207 96 198 0 0.54 0.04 0.19 304.86 0.54 0.59
Hex CF 60 C6 0 36 4 13 131 36 3B
Octal 317 140 306 0 66 4 23 461 66 73
Binary 11001111 1100000 11000110 0 110110 100 10011 100110001 110110 111011

Color Harmonies of #CF60C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF60C6

Black with #CF60C6

Text Example


Text Example

White with #CF60C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF60C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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