Html Css Color HEX #C030BB Fuchsia

📋 copy color: '#C030BB'

red 192 ◦ green 48 ◦ blue 187

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

Shades of Fuchsia #C030BB

Tints of Fuchsia #C030BB

RGB

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

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

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

R = 44.96%
G = 11.24%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C030BB (or 0xC030BB) is known color: Fuchsia. HEX triplet: C0, 30 and BB. RGB value is (192,48,187). Sum of RGB (Red+Green+Blue) = 192+48+187=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C030BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030BB is #3FCF44. Grayscale: #6A6A6A. Windows color (decimal): -4181829 or 12267712. OLE color: 12267712.

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

Color convert

RGB 192 48 187 -
CMYK 0 0.75 0.03 0.25
HSL 302.08º 0.6% 0.47% -
HSV(B) 302.08º 0.75% 0.75% -
XYZ 31.76 16.91 48.6 -
YUV 106.9 173.21 188.7 -
System Red Green Blue C M Y K H S L
Decimal 192 48 187 0 0.75 0.03 0.25 302.08 0.6 0.47
Hex C0 30 BB 0 4B 3 19 12E 3C 2F
Octal 300 60 273 0 113 3 31 456 74 57
Binary 11000000 110000 10111011 0 1001011 11 11001 100101110 111100 101111

Color Harmonies of #C030BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030BB

Black with #C030BB

Text Example


Text Example

White with #C030BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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