Html Css Color HEX #CF3CC6 Fuchsia

📋 copy color: '#CF3CC6'

red 207 ◦ green 60 ◦ blue 198

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

Shades of Fuchsia #CF3CC6

Tints of Fuchsia #CF3CC6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.9%

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

R = 44.52%
G = 12.9%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF3CC6 (or 0xCF3CC6) is known color: Fuchsia. HEX triplet: CF, 3C and C6. RGB value is (207,60,198). Sum of RGB (Red+Green+Blue) = 207+60+198=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CC6 is #30C339. Grayscale: #777777. Windows color (decimal): -3195706 or 12991695. OLE color: 12991695.

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

Color convert

RGB 207 60 198 -
CMYK 0 0.71 0.04 0.19
HSL 303.67º 0.6% 0.52% -
HSV(B) 303.67º 0.71% 0.81% -
XYZ 37.54 20.57 55.42 -
YUV 119.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 207 60 198 0 0.71 0.04 0.19 303.67 0.6 0.52
Hex CF 3C C6 0 47 4 13 130 3C 34
Octal 317 74 306 0 107 4 23 460 74 64
Binary 11001111 111100 11000110 0 1000111 100 10011 100110000 111100 110100

Color Harmonies of #CF3CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3CC6

Black with #CF3CC6

Text Example


Text Example

White with #CF3CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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