Html Css Color HEX #C62BAE Fuchsia

📋 copy color: '#C62BAE'

red 198 ◦ green 43 ◦ blue 174

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

Shades of Fuchsia #C62BAE

Tints of Fuchsia #C62BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.36%

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

R = 47.71%
G = 10.36%
B = 41.93%

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

#C62BAE (or 0xC62BAE) is known color: Fuchsia. HEX triplet: C6, 2B and AE. RGB value is (198,43,174). Sum of RGB (Red+Green+Blue) = 198+43+174=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62BAE is #39D451. Grayscale: #676767. Windows color (decimal): -3789906 or 11414470. OLE color: 11414470.

HSL color Cylindrical-coordinate representation of color #C62BAE: hue angle of 309.29º 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 #C62BAE is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 43 174 -
CMYK 0 0.78 0.12 0.22
HSL 309.29º 0.64% 0.47% -
HSV(B) 309.29º 0.78% 0.78% -
XYZ 31.79 16.79 41.61 -
YUV 104.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 198 43 174 0 0.78 0.12 0.22 309.29 0.64 0.47
Hex C6 2B AE 0 4E C 16 135 40 2F
Octal 306 53 256 0 116 14 26 465 100 57
Binary 11000110 101011 10101110 0 1001110 1100 10110 100110101 1000000 101111

Color Harmonies of #C62BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BAE

Black with #C62BAE

Text Example


Text Example

White with #C62BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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