Html Css Color HEX #C64DCF Fuchsia

📋 copy color: '#C64DCF'

red 198 ◦ green 77 ◦ blue 207

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

Shades of Fuchsia #C64DCF

Tints of Fuchsia #C64DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.98%

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

R = 41.08%
G = 15.98%
B = 42.95%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C64DCF (or 0xC64DCF) is known color: Fuchsia. HEX triplet: C6, 4D and CF. RGB value is (198,77,207). Sum of RGB (Red+Green+Blue) = 198+77+207=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #C64DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DCF is #39B230. Grayscale: #7F7F7F. Windows color (decimal): -3781169 or 13585862. OLE color: 13585862.

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

Color convert

RGB 198 77 207 -
CMYK 0.04 0.63 0 0.19
HSL 295.85º 0.58% 0.56% -
HSV(B) 295.85º 0.63% 0.81% -
XYZ 37.21 21.82 61.28 -
YUV 128 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 198 77 207 0.04 0.63 0 0.19 295.85 0.58 0.56
Hex C6 4D CF 4 3F 0 13 128 3A 38
Octal 306 115 317 4 77 0 23 450 72 70
Binary 11000110 1001101 11001111 100 111111 0 10011 100101000 111010 111000

Color Harmonies of #C64DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DCF

Black with #C64DCF

Text Example


Text Example

White with #C64DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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