Html Css Color HEX #C037CD Fuchsia

📋 copy color: '#C037CD'

red 192 ◦ green 55 ◦ blue 205

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

Shades of Fuchsia #C037CD

Tints of Fuchsia #C037CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.17%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 42.48%
G = 12.17%
B = 45.35%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C037CD (or 0xC037CD) is known color: Fuchsia. HEX triplet: C0, 37 and CD. RGB value is (192,55,205). Sum of RGB (Red+Green+Blue) = 192+55+205=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #C037CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037CD is #3FC832. Grayscale: #707070. Windows color (decimal): -4180019 or 13449152. OLE color: 13449152.

HSL color Cylindrical-coordinate representation of color #C037CD: hue angle of 294.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C037CD is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 55 205 -
CMYK 0.06 0.73 0 0.20
HSL 294.8º 0.6% 0.51% -
HSV(B) 294.8º 0.73% 0.8% -
XYZ 34.12 18.35 59.5 -
YUV 113.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 192 55 205 0.06 0.73 0 0.20 294.8 0.6 0.51
Hex C0 37 CD 6 49 0 14 127 3C 33
Octal 300 67 315 6 111 0 24 447 74 63
Binary 11000000 110111 11001101 110 1001001 0 10100 100100111 111100 110011

Color Harmonies of #C037CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C037CD

Black with #C037CD

Text Example


Text Example

White with #C037CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C037CD; }

 p { color: rgb(192,55,205); }

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

background-color css

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

 a { background-color: rgb(192,55,205); }

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

border-color css

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

 span { border-color: rgb(192,55,205); }

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