Html Css Color HEX #C62CBA Fuchsia

📋 copy color: '#C62CBA'

red 198 ◦ green 44 ◦ blue 186

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

Shades of Fuchsia #C62CBA

Tints of Fuchsia #C62CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.28%

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

R = 46.26%
G = 10.28%
B = 43.46%

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

#C62CBA (or 0xC62CBA) is known color: Fuchsia. HEX triplet: C6, 2C and BA. RGB value is (198,44,186). Sum of RGB (Red+Green+Blue) = 198+44+186=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C62CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CBA is #39D345. Grayscale: #696969. Windows color (decimal): -3789638 or 12201158. OLE color: 12201158.

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

Color convert

RGB 198 44 186 -
CMYK 0 0.78 0.06 0.22
HSL 304.68º 0.64% 0.47% -
HSV(B) 304.68º 0.78% 0.78% -
XYZ 33.05 17.35 48.06 -
YUV 106.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 198 44 186 0 0.78 0.06 0.22 304.68 0.64 0.47
Hex C6 2C BA 0 4E 6 16 131 40 2F
Octal 306 54 272 0 116 6 26 461 100 57
Binary 11000110 101100 10111010 0 1001110 110 10110 100110001 1000000 101111

Color Harmonies of #C62CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CBA

Black with #C62CBA

Text Example


Text Example

White with #C62CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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