Html Css Color HEX #C84BCA Fuchsia

📋 copy color: '#C84BCA'

red 200 ◦ green 75 ◦ blue 202

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

Shades of Fuchsia #C84BCA

Tints of Fuchsia #C84BCA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.72%

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

R = 41.93%
G = 15.72%
B = 42.35%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C84BCA (or 0xC84BCA) is known color: Fuchsia. HEX triplet: C8, 4B and CA. RGB value is (200,75,202). Sum of RGB (Red+Green+Blue) = 200+75+202=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #C84BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BCA is #37B435. Grayscale: #7E7E7E. Windows color (decimal): -3650614 or 13257672. OLE color: 13257672.

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

Color convert

RGB 200 75 202 -
CMYK 0.01 0.63 0 0.21
HSL 299.06º 0.55% 0.54% -
HSV(B) 299.06º 0.63% 0.79% -
XYZ 37 21.58 58.09 -
YUV 126.85 170.41 180.17 -
System Red Green Blue C M Y K H S L
Decimal 200 75 202 0.01 0.63 0 0.21 299.06 0.55 0.54
Hex C8 4B CA 1 3F 0 15 12B 37 36
Octal 310 113 312 1 77 0 25 453 67 66
Binary 11001000 1001011 11001010 1 111111 0 10101 100101011 110111 110110

Color Harmonies of #C84BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BCA

Black with #C84BCA

Text Example


Text Example

White with #C84BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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