Html Css Color HEX #C62DAE Fuchsia

📋 copy color: '#C62DAE'

red 198 ◦ green 45 ◦ blue 174

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

Shades of Fuchsia #C62DAE

Tints of Fuchsia #C62DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.79%

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

R = 47.48%
G = 10.79%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C62DAE (or 0xC62DAE) is known color: Fuchsia. HEX triplet: C6, 2D and AE. RGB value is (198,45,174). Sum of RGB (Red+Green+Blue) = 198+45+174=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C62DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62DAE is #39D251. Grayscale: #696969. Windows color (decimal): -3789394 or 11414982. OLE color: 11414982.

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

Color convert

RGB 198 45 174 -
CMYK 0 0.77 0.12 0.22
HSL 309.41º 0.63% 0.48% -
HSV(B) 309.41º 0.77% 0.78% -
XYZ 31.87 16.94 41.63 -
YUV 105.45 166.69 194.01 -
System Red Green Blue C M Y K H S L
Decimal 198 45 174 0 0.77 0.12 0.22 309.41 0.63 0.48
Hex C6 2D AE 0 4D C 16 135 3F 30
Octal 306 55 256 0 115 14 26 465 77 60
Binary 11000110 101101 10101110 0 1001101 1100 10110 100110101 111111 110000

Color Harmonies of #C62DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DAE

Black with #C62DAE

Text Example


Text Example

White with #C62DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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