Html Css Color HEX #C62BBA Fuchsia

📋 copy color: '#C62BBA'

red 198 ◦ green 43 ◦ blue 186

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

Shades of Fuchsia #C62BBA

Tints of Fuchsia #C62BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 46.37%
G = 10.07%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C62BBA (or 0xC62BBA) is known color: Fuchsia. HEX triplet: C6, 2B and BA. RGB value is (198,43,186). Sum of RGB (Red+Green+Blue) = 198+43+186=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BBA is #39D445. Grayscale: #696969. Windows color (decimal): -3789894 or 12200902. OLE color: 12200902.

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

Color convert

RGB 198 43 186 -
CMYK 0 0.78 0.06 0.22
HSL 304.65º 0.64% 0.47% -
HSV(B) 304.65º 0.78% 0.78% -
XYZ 33.02 17.28 48.05 -
YUV 105.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 198 43 186 0 0.78 0.06 0.22 304.65 0.64 0.47
Hex C6 2B BA 0 4E 6 16 131 40 2F
Octal 306 53 272 0 116 6 26 461 100 57
Binary 11000110 101011 10111010 0 1001110 110 10110 100110001 1000000 101111

Color Harmonies of #C62BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BBA

Black with #C62BBA

Text Example


Text Example

White with #C62BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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