Html Css Color HEX #C84CCA Fuchsia

📋 copy color: '#C84CCA'

red 200 ◦ green 76 ◦ blue 202

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

Shades of Fuchsia #C84CCA

Tints of Fuchsia #C84CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.9%

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

R = 41.84%
G = 15.9%
B = 42.26%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C84CCA (or 0xC84CCA) is known color: Fuchsia. HEX triplet: C8, 4C and CA. RGB value is (200,76,202). Sum of RGB (Red+Green+Blue) = 200+76+202=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #C84CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CCA is #37B335. Grayscale: #7F7F7F. Windows color (decimal): -3650358 or 13257928. OLE color: 13257928.

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

Color convert

RGB 200 76 202 -
CMYK 0.01 0.62 0 0.21
HSL 299.05º 0.54% 0.55% -
HSV(B) 299.05º 0.62% 0.79% -
XYZ 37.06 21.71 58.11 -
YUV 127.44 170.08 179.75 -
System Red Green Blue C M Y K H S L
Decimal 200 76 202 0.01 0.62 0 0.21 299.05 0.54 0.55
Hex C8 4C CA 1 3E 0 15 12B 36 37
Octal 310 114 312 1 76 0 25 453 66 67
Binary 11001000 1001100 11001010 1 111110 0 10101 100101011 110110 110111

Color Harmonies of #C84CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CCA

Black with #C84CCA

Text Example


Text Example

White with #C84CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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