Html Css Color HEX #C62AB0 Fuchsia

📋 copy color: '#C62AB0'

red 198 ◦ green 42 ◦ blue 176

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

Shades of Fuchsia #C62AB0

Tints of Fuchsia #C62AB0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.1%

 BLUE value IS 176 (69.14% from 255) = 42.31%

R = 47.6%
G = 10.1%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C62AB0 (or 0xC62AB0) is known color: Fuchsia. HEX triplet: C6, 2A and B0. RGB value is (198,42,176). Sum of RGB (Red+Green+Blue) = 198+42+176=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C62AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62AB0 is #39D54F. Grayscale: #676767. Windows color (decimal): -3790160 or 11545286. OLE color: 11545286.

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

Color convert

RGB 198 42 176 -
CMYK 0 0.79 0.11 0.22
HSL 308.46º 0.65% 0.47% -
HSV(B) 308.46º 0.79% 0.78% -
XYZ 31.95 16.8 42.63 -
YUV 103.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 198 42 176 0 0.79 0.11 0.22 308.46 0.65 0.47
Hex C6 2A B0 0 4F B 16 134 41 2F
Octal 306 52 260 0 117 13 26 464 101 57
Binary 11000110 101010 10110000 0 1001111 1011 10110 100110100 1000001 101111

Color Harmonies of #C62AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62AB0

Black with #C62AB0

Text Example


Text Example

White with #C62AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62AB0; }

 p { color: rgb(198,42,176); }

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

background-color css

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

 a { background-color: rgb(198,42,176); }

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

border-color css

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

 span { border-color: rgb(198,42,176); }

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