Html Css Color HEX #C84BCC Fuchsia

📋 copy color: '#C84BCC'

red 200 ◦ green 75 ◦ blue 204

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

Shades of Fuchsia #C84BCC

Tints of Fuchsia #C84BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 41.75%
G = 15.66%
B = 42.59%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C84BCC (or 0xC84BCC) is known color: Fuchsia. HEX triplet: C8, 4B and CC. RGB value is (200,75,204). Sum of RGB (Red+Green+Blue) = 200+75+204=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #C84BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BCC is #37B433. Grayscale: #7E7E7E. Windows color (decimal): -3650612 or 13388744. OLE color: 13388744.

HSL color Cylindrical-coordinate representation of color #C84BCC: hue angle of 298.14º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84BCC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 75 204 -
CMYK 0.02 0.63 0 0.2
HSL 298.14º 0.56% 0.55% -
HSV(B) 298.14º 0.63% 0.8% -
XYZ 37.23 21.67 59.35 -
YUV 127.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 200 75 204 0.02 0.63 0 0.2 298.14 0.56 0.55
Hex C8 4B CC 2 3F 0 14 12A 38 37
Octal 310 113 314 2 77 0 24 452 70 67
Binary 11001000 1001011 11001100 10 111111 0 10100 100101010 111000 110111

Color Harmonies of #C84BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BCC

Black with #C84BCC

Text Example


Text Example

White with #C84BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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