Html Css Color HEX #C64CCE Fuchsia

📋 copy color: '#C64CCE'

red 198 ◦ green 76 ◦ blue 206

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

Shades of Fuchsia #C64CCE

Tints of Fuchsia #C64CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.83%

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 41.25%
G = 15.83%
B = 42.92%

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

#C64CCE (or 0xC64CCE) is known color: Fuchsia. HEX triplet: C6, 4C and CE. RGB value is (198,76,206). Sum of RGB (Red+Green+Blue) = 198+76+206=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #C64CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CCE is #39B331. Grayscale: #7E7E7E. Windows color (decimal): -3781426 or 13520070. OLE color: 13520070.

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

Color convert

RGB 198 76 206 -
CMYK 0.04 0.63 0 0.19
HSL 296.31º 0.57% 0.55% -
HSV(B) 296.31º 0.63% 0.81% -
XYZ 37.01 21.63 60.62 -
YUV 127.3 172.42 178.43 -
System Red Green Blue C M Y K H S L
Decimal 198 76 206 0.04 0.63 0 0.19 296.31 0.57 0.55
Hex C6 4C CE 4 3F 0 13 128 39 37
Octal 306 114 316 4 77 0 23 450 71 67
Binary 11000110 1001100 11001110 100 111111 0 10011 100101000 111001 110111

Color Harmonies of #C64CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CCE

Black with #C64CCE

Text Example


Text Example

White with #C64CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CCE; }

 p { color: rgb(198,76,206); }

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

background-color css

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

 a { background-color: rgb(198,76,206); }

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

border-color css

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

 span { border-color: rgb(198,76,206); }

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