Html Css Color HEX #C041C3 Fuchsia

📋 copy color: '#C041C3'

red 192 ◦ green 65 ◦ blue 195

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

Shades of Fuchsia #C041C3

Tints of Fuchsia #C041C3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.38%

 BLUE value IS 195 (76.56% from 255) = 43.14%

R = 42.48%
G = 14.38%
B = 43.14%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C041C3 (or 0xC041C3) is known color: Fuchsia. HEX triplet: C0, 41 and C3. RGB value is (192,65,195). Sum of RGB (Red+Green+Blue) = 192+65+195=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #C041C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041C3 is #3FBE3C. Grayscale: #757575. Windows color (decimal): -4177469 or 12796352. OLE color: 12796352.

HSL color Cylindrical-coordinate representation of color #C041C3: hue angle of 298.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C041C3 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 65 195 -
CMYK 0.02 0.67 0 0.24
HSL 298.62º 0.52% 0.51% -
HSV(B) 298.62º 0.67% 0.76% -
XYZ 33.48 18.93 53.52 -
YUV 117.79 171.58 180.93 -
System Red Green Blue C M Y K H S L
Decimal 192 65 195 0.02 0.67 0 0.24 298.62 0.52 0.51
Hex C0 41 C3 2 43 0 18 12B 34 33
Octal 300 101 303 2 103 0 30 453 64 63
Binary 11000000 1000001 11000011 10 1000011 0 11000 100101011 110100 110011

Color Harmonies of #C041C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041C3

Black with #C041C3

Text Example


Text Example

White with #C041C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041C3; }

 p { color: rgb(192,65,195); }

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

background-color css

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

 a { background-color: rgb(192,65,195); }

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

border-color css

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

 span { border-color: rgb(192,65,195); }

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