Html Css Color HEX #C84BB9 Fuchsia

📋 copy color: '#C84BB9'

red 200 ◦ green 75 ◦ blue 185

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

Shades of Fuchsia #C84BB9

Tints of Fuchsia #C84BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 43.48%
G = 16.3%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C84BB9 (or 0xC84BB9) is known color: Fuchsia. HEX triplet: C8, 4B and B9. RGB value is (200,75,185). Sum of RGB (Red+Green+Blue) = 200+75+185=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BB9 is #37B446. Grayscale: #7C7C7C. Windows color (decimal): -3650631 or 12143560. OLE color: 12143560.

HSL color Cylindrical-coordinate representation of color #C84BB9: hue angle of 307.2º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84BB9 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 75 185 -
CMYK 0 0.62 0.08 0.22
HSL 307.2º 0.53% 0.54% -
HSV(B) 307.2º 0.63% 0.78% -
XYZ 35.09 20.81 48.07 -
YUV 124.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 200 75 185 0 0.62 0.08 0.22 307.2 0.53 0.54
Hex C8 4B B9 0 3E 8 16 133 35 36
Octal 310 113 271 0 76 10 26 463 65 66
Binary 11001000 1001011 10111001 0 111110 1000 10110 100110011 110101 110110

Color Harmonies of #C84BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BB9

Black with #C84BB9

Text Example


Text Example

White with #C84BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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