Html Css Color HEX #C830BD Fuchsia

📋 copy color: '#C830BD'

red 200 ◦ green 48 ◦ blue 189

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

Shades of Fuchsia #C830BD

Tints of Fuchsia #C830BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 45.77%
G = 10.98%
B = 43.25%

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

#C830BD (or 0xC830BD) is known color: Fuchsia. HEX triplet: C8, 30 and BD. RGB value is (200,48,189). Sum of RGB (Red+Green+Blue) = 200+48+189=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C830BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830BD is #37CF42. Grayscale: #6D6D6D. Windows color (decimal): -3657539 or 12398792. OLE color: 12398792.

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

Color convert

RGB 200 48 189 -
CMYK 0 0.76 0.06 0.22
HSL 304.34º 0.61% 0.49% -
HSV(B) 304.34º 0.76% 0.78% -
XYZ 34.06 18.07 49.84 -
YUV 109.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 200 48 189 0 0.76 0.06 0.22 304.34 0.61 0.49
Hex C8 30 BD 0 4C 6 16 130 3D 31
Octal 310 60 275 0 114 6 26 460 75 61
Binary 11001000 110000 10111101 0 1001100 110 10110 100110000 111101 110001

Color Harmonies of #C830BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830BD

Black with #C830BD

Text Example


Text Example

White with #C830BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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