Html Css Color HEX #C84FBE Fuchsia

📋 copy color: '#C84FBE'

red 200 ◦ green 79 ◦ blue 190

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

Shades of Fuchsia #C84FBE

Tints of Fuchsia #C84FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.84%

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 42.64%
G = 16.84%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C84FBE (or 0xC84FBE) is known color: Fuchsia. HEX triplet: C8, 4F and BE. RGB value is (200,79,190). Sum of RGB (Red+Green+Blue) = 200+79+190=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FBE is #37B041. Grayscale: #7F7F7F. Windows color (decimal): -3649602 or 12472264. OLE color: 12472264.

HSL color Cylindrical-coordinate representation of color #C84FBE: hue angle of 304.96º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84FBE is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 79 190 -
CMYK 0 0.60 0.05 0.22
HSL 304.96º 0.52% 0.55% -
HSV(B) 304.96º 0.61% 0.78% -
XYZ 35.91 21.59 50.99 -
YUV 127.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 200 79 190 0 0.60 0.05 0.22 304.96 0.52 0.55
Hex C8 4F BE 0 3C 5 16 131 34 37
Octal 310 117 276 0 74 5 26 461 64 67
Binary 11001000 1001111 10111110 0 111100 101 10110 100110001 110100 110111

Color Harmonies of #C84FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FBE

Black with #C84FBE

Text Example


Text Example

White with #C84FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FBE; }

 p { color: rgb(200,79,190); }

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

background-color css

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

 a { background-color: rgb(200,79,190); }

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

border-color css

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

 span { border-color: rgb(200,79,190); }

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