Html Css Color HEX #C03CB3 Fuchsia

📋 copy color: '#C03CB3'

red 192 ◦ green 60 ◦ blue 179

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

Shades of Fuchsia #C03CB3

Tints of Fuchsia #C03CB3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.92%

 BLUE value IS 179 (70.31% from 255) = 41.53%

R = 44.55%
G = 13.92%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C03CB3 (or 0xC03CB3) is known color: Fuchsia. HEX triplet: C0, 3C and B3. RGB value is (192,60,179). Sum of RGB (Red+Green+Blue) = 192+60+179=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CB3 is #3FC34C. Grayscale: #707070. Windows color (decimal): -4178765 or 11746496. OLE color: 11746496.

HSL color Cylindrical-coordinate representation of color #C03CB3: hue angle of 305.91º degrees, saturation: 0.52, 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 #C03CB3 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 60 179 -
CMYK 0 0.69 0.07 0.25
HSL 305.91º 0.52% 0.49% -
HSV(B) 305.91º 0.69% 0.75% -
XYZ 31.49 17.69 44.4 -
YUV 113.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 192 60 179 0 0.69 0.07 0.25 305.91 0.52 0.49
Hex C0 3C B3 0 45 7 19 132 34 31
Octal 300 74 263 0 105 7 31 462 64 61
Binary 11000000 111100 10110011 0 1000101 111 11001 100110010 110100 110001

Color Harmonies of #C03CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CB3

Black with #C03CB3

Text Example


Text Example

White with #C03CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CB3; }

 p { color: rgb(192,60,179); }

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

background-color css

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

 a { background-color: rgb(192,60,179); }

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

border-color css

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

 span { border-color: rgb(192,60,179); }

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