Html Css Color HEX #C84CCB Fuchsia

📋 copy color: '#C84CCB'

red 200 ◦ green 76 ◦ blue 203

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

Shades of Fuchsia #C84CCB

Tints of Fuchsia #C84CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 41.75%
G = 15.87%
B = 42.38%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C84CCB (or 0xC84CCB) is known color: Fuchsia. HEX triplet: C8, 4C and CB. RGB value is (200,76,203). Sum of RGB (Red+Green+Blue) = 200+76+203=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #C84CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CCB is #37B334. Grayscale: #7F7F7F. Windows color (decimal): -3650357 or 13323464. OLE color: 13323464.

HSL color Cylindrical-coordinate representation of color #C84CCB: hue angle of 298.58º degrees, saturation: 0.55, 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 #C84CCB is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 76 203 -
CMYK 0.01 0.63 0 0.20
HSL 298.58º 0.55% 0.55% -
HSV(B) 298.58º 0.63% 0.8% -
XYZ 37.18 21.76 58.74 -
YUV 127.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 200 76 203 0.01 0.63 0 0.20 298.58 0.55 0.55
Hex C8 4C CB 1 3F 0 14 12B 37 37
Octal 310 114 313 1 77 0 24 453 67 67
Binary 11001000 1001100 11001011 1 111111 0 10100 100101011 110111 110111

Color Harmonies of #C84CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CCB

Black with #C84CCB

Text Example


Text Example

White with #C84CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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