Html Css Color HEX #C041CB Fuchsia

📋 copy color: '#C041CB'

red 192 ◦ green 65 ◦ blue 203

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

Shades of Fuchsia #C041CB

Tints of Fuchsia #C041CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 41.74%
G = 14.13%
B = 44.13%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C041CB (or 0xC041CB) is known color: Fuchsia. HEX triplet: C0, 41 and CB. RGB value is (192,65,203). Sum of RGB (Red+Green+Blue) = 192+65+203=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #C041CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041CB is #3FBE34. Grayscale: #767676. Windows color (decimal): -4177461 or 13320640. OLE color: 13320640.

HSL color Cylindrical-coordinate representation of color #C041CB: hue angle of 295.22º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C041CB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 65 203 -
CMYK 0.05 0.68 0 0.20
HSL 295.22º 0.57% 0.53% -
HSV(B) 295.22º 0.68% 0.8% -
XYZ 34.41 19.3 58.41 -
YUV 118.71 175.58 180.28 -
System Red Green Blue C M Y K H S L
Decimal 192 65 203 0.05 0.68 0 0.20 295.22 0.57 0.53
Hex C0 41 CB 5 44 0 14 127 39 35
Octal 300 101 313 5 104 0 24 447 71 65
Binary 11000000 1000001 11001011 101 1000100 0 10100 100100111 111001 110101

Color Harmonies of #C041CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C041CB

Black with #C041CB

Text Example


Text Example

White with #C041CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C041CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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