Html Css Color HEX #C850CA Fuchsia

📋 copy color: '#C850CA'

red 200 ◦ green 80 ◦ blue 202

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

Shades of Fuchsia #C850CA

Tints of Fuchsia #C850CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.6%

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 41.49%
G = 16.6%
B = 41.91%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C850CA (or 0xC850CA) is known color: Fuchsia. HEX triplet: C8, 50 and CA. RGB value is (200,80,202). Sum of RGB (Red+Green+Blue) = 200+80+202=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #C850CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850CA is #37AF35. Grayscale: #818181. Windows color (decimal): -3649334 or 13258952. OLE color: 13258952.

HSL color Cylindrical-coordinate representation of color #C850CA: hue angle of 299.02º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C850CA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 80 202 -
CMYK 0.01 0.60 0 0.21
HSL 299.02º 0.54% 0.55% -
HSV(B) 299.02º 0.6% 0.79% -
XYZ 37.35 22.28 58.21 -
YUV 129.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 200 80 202 0.01 0.60 0 0.21 299.02 0.54 0.55
Hex C8 50 CA 1 3C 0 15 12B 36 37
Octal 310 120 312 1 74 0 25 453 66 67
Binary 11001000 1010000 11001010 1 111100 0 10101 100101011 110110 110111

Color Harmonies of #C850CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850CA

Black with #C850CA

Text Example


Text Example

White with #C850CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850CA; }

 p { color: rgb(200,80,202); }

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

background-color css

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

 a { background-color: rgb(200,80,202); }

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

border-color css

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

 span { border-color: rgb(200,80,202); }

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