Html Css Color HEX #C84BB8 Fuchsia

📋 copy color: '#C84BB8'

red 200 ◦ green 75 ◦ blue 184

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

Shades of Fuchsia #C84BB8

Tints of Fuchsia #C84BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.09%

R = 43.57%
G = 16.34%
B = 40.09%

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

#C84BB8 (or 0xC84BB8) is known color: Fuchsia. HEX triplet: C8, 4B and B8. RGB value is (200,75,184). Sum of RGB (Red+Green+Blue) = 200+75+184=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BB8 is #37B447. Grayscale: #7C7C7C. Windows color (decimal): -3650632 or 12078024. OLE color: 12078024.

HSL color Cylindrical-coordinate representation of color #C84BB8: hue angle of 307.68º 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 #C84BB8 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 75 184 -
CMYK 0 0.62 0.08 0.22
HSL 307.68º 0.53% 0.54% -
HSV(B) 307.68º 0.63% 0.78% -
XYZ 34.99 20.77 47.51 -
YUV 124.8 161.41 181.64 -
System Red Green Blue C M Y K H S L
Decimal 200 75 184 0 0.62 0.08 0.22 307.68 0.53 0.54
Hex C8 4B B8 0 3E 8 16 134 35 36
Octal 310 113 270 0 76 10 26 464 65 66
Binary 11001000 1001011 10111000 0 111110 1000 10110 100110100 110101 110110

Color Harmonies of #C84BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BB8

Black with #C84BB8

Text Example


Text Example

White with #C84BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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