Html Css Color HEX #C030B5 Fuchsia

📋 copy color: '#C030B5'

red 192 ◦ green 48 ◦ blue 181

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

Shades of Fuchsia #C030B5

Tints of Fuchsia #C030B5

RGB

 RED value IS 192 (75.39% from 255) = 45.61%

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

 BLUE value IS 181 (71.09% from 255) = 42.99%

R = 45.61%
G = 11.4%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C030B5 (or 0xC030B5) is known color: Fuchsia. HEX triplet: C0, 30 and B5. RGB value is (192,48,181). Sum of RGB (Red+Green+Blue) = 192+48+181=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C030B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030B5 is #3FCF4A. Grayscale: #696969. Windows color (decimal): -4181835 or 11874496. OLE color: 11874496.

HSL color Cylindrical-coordinate representation of color #C030B5: hue angle of 304.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C030B5 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 181 -
CMYK 0 0.75 0.06 0.25
HSL 304.58º 0.6% 0.47% -
HSV(B) 304.58º 0.75% 0.75% -
XYZ 31.14 16.66 45.29 -
YUV 106.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 192 48 181 0 0.75 0.06 0.25 304.58 0.6 0.47
Hex C0 30 B5 0 4B 6 19 131 3C 2F
Octal 300 60 265 0 113 6 31 461 74 57
Binary 11000000 110000 10110101 0 1001011 110 11001 100110001 111100 101111

Color Harmonies of #C030B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030B5

Black with #C030B5

Text Example


Text Example

White with #C030B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030B5; }

 p { color: rgb(192,48,181); }

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

background-color css

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

 a { background-color: rgb(192,48,181); }

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

border-color css

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

 span { border-color: rgb(192,48,181); }

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