Html Css Color HEX #C62CAE Fuchsia

📋 copy color: '#C62CAE'

red 198 ◦ green 44 ◦ blue 174

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

Shades of Fuchsia #C62CAE

Tints of Fuchsia #C62CAE

RGB

 RED value IS 198 (77.73% from 255) = 47.6%

 GREEN value IS 44 (17.58% from 255) = 10.58%

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 47.6%
G = 10.58%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C62CAE (or 0xC62CAE) is known color: Fuchsia. HEX triplet: C6, 2C and AE. RGB value is (198,44,174). Sum of RGB (Red+Green+Blue) = 198+44+174=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C62CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62CAE is #39D351. Grayscale: #686868. Windows color (decimal): -3789650 or 11414726. OLE color: 11414726.

HSL color Cylindrical-coordinate representation of color #C62CAE: hue angle of 309.35º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62CAE is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 44 174 -
CMYK 0 0.78 0.12 0.22
HSL 309.35º 0.64% 0.47% -
HSV(B) 309.35º 0.78% 0.78% -
XYZ 31.83 16.86 41.62 -
YUV 104.87 167.02 194.43 -
System Red Green Blue C M Y K H S L
Decimal 198 44 174 0 0.78 0.12 0.22 309.35 0.64 0.47
Hex C6 2C AE 0 4E C 16 135 40 2F
Octal 306 54 256 0 116 14 26 465 100 57
Binary 11000110 101100 10101110 0 1001110 1100 10110 100110101 1000000 101111

Color Harmonies of #C62CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CAE

Black with #C62CAE

Text Example


Text Example

White with #C62CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CAE; }

 p { color: rgb(198,44,174); }

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

background-color css

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

 a { background-color: rgb(198,44,174); }

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

border-color css

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

 span { border-color: rgb(198,44,174); }

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