Html Css Color HEX #C03FBE Fuchsia

📋 copy color: '#C03FBE'

red 192 ◦ green 63 ◦ blue 190

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

Shades of Fuchsia #C03FBE

Tints of Fuchsia #C03FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.16%

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 43.15%
G = 14.16%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C03FBE (or 0xC03FBE) is known color: Fuchsia. HEX triplet: C0, 3F and BE. RGB value is (192,63,190). Sum of RGB (Red+Green+Blue) = 192+63+190=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FBE is #3FC041. Grayscale: #737373. Windows color (decimal): -4177986 or 12468160. OLE color: 12468160.

HSL color Cylindrical-coordinate representation of color #C03FBE: hue angle of 300.93º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03FBE is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 63 190 -
CMYK 0 0.67 0.01 0.25
HSL 300.93º 0.51% 0.5% -
HSV(B) 300.93º 0.67% 0.75% -
XYZ 32.81 18.48 50.55 -
YUV 116.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 192 63 190 0 0.67 0.01 0.25 300.93 0.51 0.5
Hex C0 3F BE 0 43 1 19 12D 33 32
Octal 300 77 276 0 103 1 31 455 63 62
Binary 11000000 111111 10111110 0 1000011 1 11001 100101101 110011 110010

Color Harmonies of #C03FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03FBE

Black with #C03FBE

Text Example


Text Example

White with #C03FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03FBE; }

 p { color: rgb(192,63,190); }

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

background-color css

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

 a { background-color: rgb(192,63,190); }

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

border-color css

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

 span { border-color: rgb(192,63,190); }

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