Html Css Color HEX #C03FCC Fuchsia

📋 copy color: '#C03FCC'

red 192 ◦ green 63 ◦ blue 204

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

Shades of Fuchsia #C03FCC

Tints of Fuchsia #C03FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 41.83%
G = 13.73%
B = 44.44%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C03FCC (or 0xC03FCC) is known color: Fuchsia. HEX triplet: C0, 3F and CC. RGB value is (192,63,204). Sum of RGB (Red+Green+Blue) = 192+63+204=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #C03FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FCC is #3FC033. Grayscale: #757575. Windows color (decimal): -4177972 or 13385664. OLE color: 13385664.

HSL color Cylindrical-coordinate representation of color #C03FCC: hue angle of 294.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03FCC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 63 204 -
CMYK 0.06 0.69 0 0.2
HSL 294.89º 0.58% 0.52% -
HSV(B) 294.89º 0.69% 0.8% -
XYZ 34.41 19.12 59 -
YUV 117.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 192 63 204 0.06 0.69 0 0.2 294.89 0.58 0.52
Hex C0 3F CC 6 45 0 14 127 3A 34
Octal 300 77 314 6 105 0 24 447 72 64
Binary 11000000 111111 11001100 110 1000101 0 10100 100100111 111010 110100

Color Harmonies of #C03FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03FCC

Black with #C03FCC

Text Example


Text Example

White with #C03FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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