Html Css Color HEX #C62ABB Fuchsia

📋 copy color: '#C62ABB'

red 198 ◦ green 42 ◦ blue 187

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

Shades of Fuchsia #C62ABB

Tints of Fuchsia #C62ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 46.37%
G = 9.84%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C62ABB (or 0xC62ABB) is known color: Fuchsia. HEX triplet: C6, 2A and BB. RGB value is (198,42,187). Sum of RGB (Red+Green+Blue) = 198+42+187=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C62ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ABB is #39D544. Grayscale: #686868. Windows color (decimal): -3790149 or 12266182. OLE color: 12266182.

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

Color convert

RGB 198 42 187 -
CMYK 0 0.79 0.06 0.22
HSL 304.23º 0.65% 0.47% -
HSV(B) 304.23º 0.79% 0.78% -
XYZ 33.09 17.25 48.6 -
YUV 105.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 198 42 187 0 0.79 0.06 0.22 304.23 0.65 0.47
Hex C6 2A BB 0 4F 6 16 130 41 2F
Octal 306 52 273 0 117 6 26 460 101 57
Binary 11000110 101010 10111011 0 1001111 110 10110 100110000 1000001 101111

Color Harmonies of #C62ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62ABB

Black with #C62ABB

Text Example


Text Example

White with #C62ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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