Html Css Color HEX #C840CF Fuchsia

📋 copy color: '#C840CF'

red 200 ◦ green 64 ◦ blue 207

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

Shades of Fuchsia #C840CF

Tints of Fuchsia #C840CF

RGB

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

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

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

R = 42.46%
G = 13.59%
B = 43.95%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C840CF (or 0xC840CF) is known color: Fuchsia. HEX triplet: C8, 40 and CF. RGB value is (200,64,207). Sum of RGB (Red+Green+Blue) = 200+64+207=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 64 (25.39% from 255 or 13.59% 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 #C840CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840CF is #37BF30. Grayscale: #787878. Windows color (decimal): -3653425 or 13582536. OLE color: 13582536.

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

Color convert

RGB 200 64 207 -
CMYK 0.03 0.69 0 0.19
HSL 297.06º 0.6% 0.53% -
HSV(B) 297.06º 0.69% 0.81% -
XYZ 36.92 20.45 61.03 -
YUV 120.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 200 64 207 0.03 0.69 0 0.19 297.06 0.6 0.53
Hex C8 40 CF 3 45 0 13 129 3C 35
Octal 310 100 317 3 105 0 23 451 74 65
Binary 11001000 1000000 11001111 11 1000101 0 10011 100101001 111100 110101

Color Harmonies of #C840CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840CF

Black with #C840CF

Text Example


Text Example

White with #C840CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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