Html Css Color HEX #C03DBA Fuchsia

📋 copy color: '#C03DBA'

red 192 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #C03DBA

Tints of Fuchsia #C03DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.9%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 43.74%
G = 13.9%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C03DBA (or 0xC03DBA) is known color: Fuchsia. HEX triplet: C0, 3D and BA. RGB value is (192,61,186). Sum of RGB (Red+Green+Blue) = 192+61+186=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DBA is #3FC245. Grayscale: #727272. Windows color (decimal): -4178502 or 12205504. OLE color: 12205504.

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

Color convert

RGB 192 61 186 -
CMYK 0 0.68 0.03 0.25
HSL 302.75º 0.52% 0.5% -
HSV(B) 302.75º 0.68% 0.75% -
XYZ 32.27 18.09 48.25 -
YUV 114.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 192 61 186 0 0.68 0.03 0.25 302.75 0.52 0.5
Hex C0 3D BA 0 44 3 19 12F 34 32
Octal 300 75 272 0 104 3 31 457 64 62
Binary 11000000 111101 10111010 0 1000100 11 11001 100101111 110100 110010

Color Harmonies of #C03DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DBA

Black with #C03DBA

Text Example


Text Example

White with #C03DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DBA; }

 p { color: rgb(192,61,186); }

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

background-color css

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

 a { background-color: rgb(192,61,186); }

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

border-color css

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

 span { border-color: rgb(192,61,186); }

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