Html Css Color HEX #C030B2 Fuchsia

📋 copy color: '#C030B2'

red 192 ◦ green 48 ◦ blue 178

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

Shades of Fuchsia #C030B2

Tints of Fuchsia #C030B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 45.93%
G = 11.48%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C030B2 (or 0xC030B2) is known color: Fuchsia. HEX triplet: C0, 30 and B2. RGB value is (192,48,178). Sum of RGB (Red+Green+Blue) = 192+48+178=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C030B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C030B2 is #3FCF4D. Grayscale: #696969. Windows color (decimal): -4181838 or 11677888. OLE color: 11677888.

HSL color Cylindrical-coordinate representation of color #C030B2: hue angle of 305.83º 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 #C030B2 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 178 -
CMYK 0 0.75 0.07 0.25
HSL 305.83º 0.6% 0.47% -
HSV(B) 305.83º 0.75% 0.75% -
XYZ 30.83 16.53 43.69 -
YUV 105.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 192 48 178 0 0.75 0.07 0.25 305.83 0.6 0.47
Hex C0 30 B2 0 4B 7 19 132 3C 2F
Octal 300 60 262 0 113 7 31 462 74 57
Binary 11000000 110000 10110010 0 1001011 111 11001 100110010 111100 101111

Color Harmonies of #C030B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030B2

Black with #C030B2

Text Example


Text Example

White with #C030B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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