Html Css Color HEX #C84FCA Fuchsia

📋 copy color: '#C84FCA'

red 200 ◦ green 79 ◦ blue 202

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

Shades of Fuchsia #C84FCA

Tints of Fuchsia #C84FCA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.42%

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

R = 41.58%
G = 16.42%
B = 42%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C84FCA (or 0xC84FCA) is known color: Fuchsia. HEX triplet: C8, 4F and CA. RGB value is (200,79,202). Sum of RGB (Red+Green+Blue) = 200+79+202=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #C84FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FCA is #37B035. Grayscale: #808080. Windows color (decimal): -3649590 or 13258696. OLE color: 13258696.

HSL color Cylindrical-coordinate representation of color #C84FCA: 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.61%. Process color model (Four color, CMYK) of #C84FCA is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 79 202 -
CMYK 0.01 0.61 0 0.21
HSL 299.02º 0.54% 0.55% -
HSV(B) 299.02º 0.61% 0.79% -
XYZ 37.28 22.14 58.19 -
YUV 129.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 200 79 202 0.01 0.61 0 0.21 299.02 0.54 0.55
Hex C8 4F CA 1 3D 0 15 12B 36 37
Octal 310 117 312 1 75 0 25 453 66 67
Binary 11001000 1001111 11001010 1 111101 0 10101 100101011 110110 110111

Color Harmonies of #C84FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FCA

Black with #C84FCA

Text Example


Text Example

White with #C84FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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