Html Css Color HEX #C830BF Fuchsia

📋 copy color: '#C830BF'

red 200 ◦ green 48 ◦ blue 191

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

Shades of Fuchsia #C830BF

Tints of Fuchsia #C830BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.51%

R = 45.56%
G = 10.93%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C830BF (or 0xC830BF) is known color: Fuchsia. HEX triplet: C8, 30 and BF. RGB value is (200,48,191). Sum of RGB (Red+Green+Blue) = 200+48+191=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C830BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830BF is #37CF40. Grayscale: #6D6D6D. Windows color (decimal): -3657537 or 12529864. OLE color: 12529864.

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

Color convert

RGB 200 48 191 -
CMYK 0 0.76 0.04 0.22
HSL 303.55º 0.61% 0.49% -
HSV(B) 303.55º 0.76% 0.78% -
XYZ 34.28 18.15 50.99 -
YUV 109.75 173.86 192.37 -
System Red Green Blue C M Y K H S L
Decimal 200 48 191 0 0.76 0.04 0.22 303.55 0.61 0.49
Hex C8 30 BF 0 4C 4 16 130 3D 31
Octal 310 60 277 0 114 4 26 460 75 61
Binary 11001000 110000 10111111 0 1001100 100 10110 100110000 111101 110001

Color Harmonies of #C830BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830BF

Black with #C830BF

Text Example


Text Example

White with #C830BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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