Html Css Color HEX #C851CE Fuchsia

📋 copy color: '#C851CE'

red 200 ◦ green 81 ◦ blue 206

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

Shades of Fuchsia #C851CE

Tints of Fuchsia #C851CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 41.07%
G = 16.63%
B = 42.3%

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

#C851CE (or 0xC851CE) is known color: Fuchsia. HEX triplet: C8, 51 and CE. RGB value is (200,81,206). Sum of RGB (Red+Green+Blue) = 200+81+206=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #C851CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851CE is #37AE31. Grayscale: #828282. Windows color (decimal): -3649074 or 13521352. OLE color: 13521352.

HSL color Cylindrical-coordinate representation of color #C851CE: hue angle of 297.12º degrees, saturation: 0.56, 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 #C851CE is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 81 206 -
CMYK 0.03 0.61 0 0.19
HSL 297.12º 0.56% 0.56% -
HSV(B) 297.12º 0.61% 0.81% -
XYZ 37.9 22.62 60.76 -
YUV 130.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 200 81 206 0.03 0.61 0 0.19 297.12 0.56 0.56
Hex C8 51 CE 3 3D 0 13 129 38 38
Octal 310 121 316 3 75 0 23 451 70 70
Binary 11001000 1010001 11001110 11 111101 0 10011 100101001 111000 111000

Color Harmonies of #C851CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C851CE

Black with #C851CE

Text Example


Text Example

White with #C851CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C851CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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