Html Css Color HEX #C84BC9 Fuchsia

📋 copy color: '#C84BC9'

red 200 ◦ green 75 ◦ blue 201

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

Shades of Fuchsia #C84BC9

Tints of Fuchsia #C84BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.23%

R = 42.02%
G = 15.76%
B = 42.23%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C84BC9 (or 0xC84BC9) is known color: Fuchsia. HEX triplet: C8, 4B and C9. RGB value is (200,75,201). Sum of RGB (Red+Green+Blue) = 200+75+201=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #C84BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BC9 is #37B436. Grayscale: #7E7E7E. Windows color (decimal): -3650615 or 13192136. OLE color: 13192136.

HSL color Cylindrical-coordinate representation of color #C84BC9: hue angle of 299.52º degrees, saturation: 0.54, 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 #C84BC9 is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 75 201 -
CMYK 0.00 0.63 0 0.21
HSL 299.52º 0.54% 0.54% -
HSV(B) 299.52º 0.63% 0.79% -
XYZ 36.88 21.53 57.47 -
YUV 126.74 169.91 180.25 -
System Red Green Blue C M Y K H S L
Decimal 200 75 201 0.00 0.63 0 0.21 299.52 0.54 0.54
Hex C8 4B C9 0 3F 0 15 12C 36 36
Octal 310 113 311 0 77 0 25 454 66 66
Binary 11001000 1001011 11001001 0 111111 0 10101 100101100 110110 110110

Color Harmonies of #C84BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BC9

Black with #C84BC9

Text Example


Text Example

White with #C84BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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