Html Css Color HEX #C840C1 Fuchsia

📋 copy color: '#C840C1'

red 200 ◦ green 64 ◦ blue 193

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

Shades of Fuchsia #C840C1

Tints of Fuchsia #C840C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 43.76%
G = 14%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C840C1 (or 0xC840C1) is known color: Fuchsia. HEX triplet: C8, 40 and C1. RGB value is (200,64,193). Sum of RGB (Red+Green+Blue) = 200+64+193=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C840C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840C1 is #37BF3E. Grayscale: #767676. Windows color (decimal): -3653439 or 12665032. OLE color: 12665032.

HSL color Cylindrical-coordinate representation of color #C840C1: hue angle of 303.09º 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 #C840C1 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 193 -
CMYK 0 0.68 0.04 0.22
HSL 303.09º 0.55% 0.52% -
HSV(B) 303.09º 0.68% 0.78% -
XYZ 35.28 19.8 52.41 -
YUV 119.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 200 64 193 0 0.68 0.04 0.22 303.09 0.55 0.52
Hex C8 40 C1 0 44 4 16 12F 37 34
Octal 310 100 301 0 104 4 26 457 67 64
Binary 11001000 1000000 11000001 0 1000100 100 10110 100101111 110111 110100

Color Harmonies of #C840C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840C1

Black with #C840C1

Text Example


Text Example

White with #C840C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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