Html Css Color HEX #C840C5 Fuchsia

📋 copy color: '#C840C5'

red 200 ◦ green 64 ◦ blue 197

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

Shades of Fuchsia #C840C5

Tints of Fuchsia #C840C5

RGB

 RED value IS 200 (78.52% from 255) = 43.38%

 GREEN value IS 64 (25.39% from 255) = 13.88%

 BLUE value IS 197 (77.34% from 255) = 42.73%

R = 43.38%
G = 13.88%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C840C5 (or 0xC840C5) is known color: Fuchsia. HEX triplet: C8, 40 and C5. RGB value is (200,64,197). Sum of RGB (Red+Green+Blue) = 200+64+197=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C840C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840C5 is #37BF3A. Grayscale: #777777. Windows color (decimal): -3653435 or 12927176. OLE color: 12927176.

HSL color Cylindrical-coordinate representation of color #C840C5: hue angle of 301.32º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C840C5 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 197 -
CMYK 0 0.68 0.02 0.22
HSL 301.32º 0.55% 0.52% -
HSV(B) 301.32º 0.68% 0.78% -
XYZ 35.73 19.98 54.8 -
YUV 119.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 200 64 197 0 0.68 0.02 0.22 301.32 0.55 0.52
Hex C8 40 C5 0 44 2 16 12D 37 34
Octal 310 100 305 0 104 2 26 455 67 64
Binary 11001000 1000000 11000101 0 1000100 10 10110 100101101 110111 110100

Color Harmonies of #C840C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840C5

Black with #C840C5

Text Example


Text Example

White with #C840C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840C5; }

 p { color: rgb(200,64,197); }

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

background-color css

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

 a { background-color: rgb(200,64,197); }

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

border-color css

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

 span { border-color: rgb(200,64,197); }

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