Html Css Color HEX #C642CC Fuchsia

📋 copy color: '#C642CC'

red 198 ◦ green 66 ◦ blue 204

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

Shades of Fuchsia #C642CC

Tints of Fuchsia #C642CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 42.31%
G = 14.1%
B = 43.59%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C642CC (or 0xC642CC) is known color: Fuchsia. HEX triplet: C6, 42 and CC. RGB value is (198,66,204). Sum of RGB (Red+Green+Blue) = 198+66+204=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #C642CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642CC is #39BD33. Grayscale: #787878. Windows color (decimal): -3783988 or 13386438. OLE color: 13386438.

HSL color Cylindrical-coordinate representation of color #C642CC: hue angle of 297.39º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C642CC is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 66 204 -
CMYK 0.03 0.68 0 0.2
HSL 297.39º 0.58% 0.53% -
HSV(B) 297.39º 0.68% 0.8% -
XYZ 36.14 20.26 59.13 -
YUV 121.2 174.73 182.78 -
System Red Green Blue C M Y K H S L
Decimal 198 66 204 0.03 0.68 0 0.2 297.39 0.58 0.53
Hex C6 42 CC 3 44 0 14 129 3A 35
Octal 306 102 314 3 104 0 24 451 72 65
Binary 11000110 1000010 11001100 11 1000100 0 10100 100101001 111010 110101

Color Harmonies of #C642CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642CC

Black with #C642CC

Text Example


Text Example

White with #C642CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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