Html Css Color HEX #C03BAF Fuchsia

📋 copy color: '#C03BAF'

red 192 ◦ green 59 ◦ blue 175

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

Shades of Fuchsia #C03BAF

Tints of Fuchsia #C03BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.85%

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 45.07%
G = 13.85%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C03BAF (or 0xC03BAF) is known color: Fuchsia. HEX triplet: C0, 3B and AF. RGB value is (192,59,175). Sum of RGB (Red+Green+Blue) = 192+59+175=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BAF is #3FC450. Grayscale: #6F6F6F. Windows color (decimal): -4179025 or 11484096. OLE color: 11484096.

HSL color Cylindrical-coordinate representation of color #C03BAF: hue angle of 307.67º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03BAF is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 175 -
CMYK 0 0.69 0.09 0.25
HSL 307.67º 0.53% 0.49% -
HSV(B) 307.67º 0.69% 0.75% -
XYZ 31.04 17.43 42.29 -
YUV 111.99 163.56 185.07 -
System Red Green Blue C M Y K H S L
Decimal 192 59 175 0 0.69 0.09 0.25 307.67 0.53 0.49
Hex C0 3B AF 0 45 9 19 134 35 31
Octal 300 73 257 0 105 11 31 464 65 61
Binary 11000000 111011 10101111 0 1000101 1001 11001 100110100 110101 110001

Color Harmonies of #C03BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BAF

Black with #C03BAF

Text Example


Text Example

White with #C03BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BAF; }

 p { color: rgb(192,59,175); }

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

background-color css

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

 a { background-color: rgb(192,59,175); }

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

border-color css

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

 span { border-color: rgb(192,59,175); }

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