Html Css Color HEX #C642CE Fuchsia

📋 copy color: '#C642CE'

red 198 ◦ green 66 ◦ blue 206

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

Shades of Fuchsia #C642CE

Tints of Fuchsia #C642CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.04%

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

R = 42.13%
G = 14.04%
B = 43.83%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C642CE (or 0xC642CE) is known color: Fuchsia. HEX triplet: C6, 42 and CE. RGB value is (198,66,206). Sum of RGB (Red+Green+Blue) = 198+66+206=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #C642CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642CE is #39BD31. Grayscale: #797979. Windows color (decimal): -3783986 or 13517510. OLE color: 13517510.

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

Color convert

RGB 198 66 206 -
CMYK 0.04 0.68 0 0.19
HSL 296.57º 0.59% 0.53% -
HSV(B) 296.57º 0.68% 0.81% -
XYZ 36.38 20.36 60.4 -
YUV 121.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 198 66 206 0.04 0.68 0 0.19 296.57 0.59 0.53
Hex C6 42 CE 4 44 0 13 129 3B 35
Octal 306 102 316 4 104 0 23 451 73 65
Binary 11000110 1000010 11001110 100 1000100 0 10011 100101001 111011 110101

Color Harmonies of #C642CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642CE

Black with #C642CE

Text Example


Text Example

White with #C642CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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