Html Css Color HEX #C851CF Fuchsia

📋 copy color: '#C851CF'

red 200 ◦ green 81 ◦ blue 207

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

Shades of Fuchsia #C851CF

Tints of Fuchsia #C851CF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.6%

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

R = 40.98%
G = 16.6%
B = 42.42%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C851CF (or 0xC851CF) is known color: Fuchsia. HEX triplet: C8, 51 and CF. RGB value is (200,81,207). Sum of RGB (Red+Green+Blue) = 200+81+207=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #C851CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851CF is #37AE30. Grayscale: #828282. Windows color (decimal): -3649073 or 13586888. OLE color: 13586888.

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

Color convert

RGB 200 81 207 -
CMYK 0.03 0.61 0 0.19
HSL 296.67º 0.57% 0.56% -
HSV(B) 296.67º 0.61% 0.81% -
XYZ 38.02 22.67 61.4 -
YUV 130.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 200 81 207 0.03 0.61 0 0.19 296.67 0.57 0.56
Hex C8 51 CF 3 3D 0 13 129 39 38
Octal 310 121 317 3 75 0 23 451 71 70
Binary 11001000 1010001 11001111 11 111101 0 10011 100101001 111001 111000

Color Harmonies of #C851CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C851CF

Black with #C851CF

Text Example


Text Example

White with #C851CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C851CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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