Html Css Color HEX #C642CF Fuchsia

📋 copy color: '#C642CF'

red 198 ◦ green 66 ◦ blue 207

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

Shades of Fuchsia #C642CF

Tints of Fuchsia #C642CF

RGB

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

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

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

R = 42.04%
G = 14.01%
B = 43.95%

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

#C642CF (or 0xC642CF) is known color: Fuchsia. HEX triplet: C6, 42 and CF. RGB value is (198,66,207). Sum of RGB (Red+Green+Blue) = 198+66+207=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #C642CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642CF is #39BD30. Grayscale: #797979. Windows color (decimal): -3783985 or 13583046. OLE color: 13583046.

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

Color convert

RGB 198 66 207 -
CMYK 0.04 0.68 0 0.19
HSL 296.17º 0.59% 0.54% -
HSV(B) 296.17º 0.68% 0.81% -
XYZ 36.5 20.41 61.05 -
YUV 121.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 198 66 207 0.04 0.68 0 0.19 296.17 0.59 0.54
Hex C6 42 CF 4 44 0 13 128 3B 36
Octal 306 102 317 4 104 0 23 450 73 66
Binary 11000110 1000010 11001111 100 1000100 0 10011 100101000 111011 110110

Color Harmonies of #C642CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642CF

Black with #C642CF

Text Example


Text Example

White with #C642CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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