Html Css Color HEX #C030B7 Fuchsia

📋 copy color: '#C030B7'

red 192 ◦ green 48 ◦ blue 183

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

Shades of Fuchsia #C030B7

Tints of Fuchsia #C030B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.26%

R = 45.39%
G = 11.35%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C030B7 (or 0xC030B7) is known color: Fuchsia. HEX triplet: C0, 30 and B7. RGB value is (192,48,183). Sum of RGB (Red+Green+Blue) = 192+48+183=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C030B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030B7 is #3FCF48. Grayscale: #6A6A6A. Windows color (decimal): -4181833 or 12005568. OLE color: 12005568.

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

Color convert

RGB 192 48 183 -
CMYK 0 0.75 0.05 0.25
HSL 303.75º 0.6% 0.47% -
HSV(B) 303.75º 0.75% 0.75% -
XYZ 31.34 16.74 46.38 -
YUV 106.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 192 48 183 0 0.75 0.05 0.25 303.75 0.6 0.47
Hex C0 30 B7 0 4B 5 19 130 3C 2F
Octal 300 60 267 0 113 5 31 460 74 57
Binary 11000000 110000 10110111 0 1001011 101 11001 100110000 111100 101111

Color Harmonies of #C030B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030B7

Black with #C030B7

Text Example


Text Example

White with #C030B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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