Html Css Color HEX #C830BB Fuchsia

📋 copy color: '#C830BB'

red 200 ◦ green 48 ◦ blue 187

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

Shades of Fuchsia #C830BB

Tints of Fuchsia #C830BB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.03%

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 45.98%
G = 11.03%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C830BB (or 0xC830BB) is known color: Fuchsia. HEX triplet: C8, 30 and BB. RGB value is (200,48,187). Sum of RGB (Red+Green+Blue) = 200+48+187=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C830BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830BB is #37CF44. Grayscale: #6C6C6C. Windows color (decimal): -3657541 or 12267720. OLE color: 12267720.

HSL color Cylindrical-coordinate representation of color #C830BB: hue angle of 305.13º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C830BB is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 187 -
CMYK 0 0.76 0.06 0.22
HSL 305.13º 0.61% 0.49% -
HSV(B) 305.13º 0.76% 0.78% -
XYZ 33.85 17.98 48.7 -
YUV 109.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 200 48 187 0 0.76 0.06 0.22 305.13 0.61 0.49
Hex C8 30 BB 0 4C 6 16 131 3D 31
Octal 310 60 273 0 114 6 26 461 75 61
Binary 11001000 110000 10111011 0 1001100 110 10110 100110001 111101 110001

Color Harmonies of #C830BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830BB

Black with #C830BB

Text Example


Text Example

White with #C830BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830BB; }

 p { color: rgb(200,48,187); }

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

background-color css

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

 a { background-color: rgb(200,48,187); }

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

border-color css

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

 span { border-color: rgb(200,48,187); }

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