Html Css Color HEX #C847CA Fuchsia

📋 copy color: '#C847CA'

red 200 ◦ green 71 ◦ blue 202

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

Shades of Fuchsia #C847CA

Tints of Fuchsia #C847CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.01%

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

R = 42.28%
G = 15.01%
B = 42.71%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C847CA (or 0xC847CA) is known color: Fuchsia. HEX triplet: C8, 47 and CA. RGB value is (200,71,202). Sum of RGB (Red+Green+Blue) = 200+71+202=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #C847CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C847CA is #37B835. Grayscale: #7C7C7C. Windows color (decimal): -3651638 or 13256648. OLE color: 13256648.

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

Color convert

RGB 200 71 202 -
CMYK 0.01 0.65 0 0.21
HSL 299.08º 0.55% 0.54% -
HSV(B) 299.08º 0.65% 0.79% -
XYZ 36.73 21.05 58 -
YUV 124.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 200 71 202 0.01 0.65 0 0.21 299.08 0.55 0.54
Hex C8 47 CA 1 41 0 15 12B 37 36
Octal 310 107 312 1 101 0 25 453 67 66
Binary 11001000 1000111 11001010 1 1000001 0 10101 100101011 110111 110110

Color Harmonies of #C847CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C847CA

Black with #C847CA

Text Example


Text Example

White with #C847CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C847CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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