Html Css Color HEX #C64ECF Fuchsia

📋 copy color: '#C64ECF'

red 198 ◦ green 78 ◦ blue 207

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

Shades of Fuchsia #C64ECF

Tints of Fuchsia #C64ECF

RGB

 RED value IS 198 (77.73% from 255) = 40.99%

 GREEN value IS 78 (30.86% from 255) = 16.15%

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 40.99%
G = 16.15%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C64ECF (or 0xC64ECF) is known color: Fuchsia. HEX triplet: C6, 4E and CF. RGB value is (198,78,207). Sum of RGB (Red+Green+Blue) = 198+78+207=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #C64ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64ECF is #39B130. Grayscale: #808080. Windows color (decimal): -3780913 or 13586118. OLE color: 13586118.

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

Color convert

RGB 198 78 207 -
CMYK 0.04 0.62 0 0.19
HSL 295.81º 0.57% 0.56% -
HSV(B) 295.81º 0.62% 0.81% -
XYZ 37.28 21.96 61.31 -
YUV 128.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 198 78 207 0.04 0.62 0 0.19 295.81 0.57 0.56
Hex C6 4E CF 4 3E 0 13 128 39 38
Octal 306 116 317 4 76 0 23 450 71 70
Binary 11000110 1001110 11001111 100 111110 0 10011 100101000 111001 111000

Color Harmonies of #C64ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64ECF

Black with #C64ECF

Text Example


Text Example

White with #C64ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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