Html Css Color HEX #C62DBA Fuchsia

📋 copy color: '#C62DBA'

red 198 ◦ green 45 ◦ blue 186

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

Shades of Fuchsia #C62DBA

Tints of Fuchsia #C62DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.49%

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

R = 46.15%
G = 10.49%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C62DBA (or 0xC62DBA) is known color: Fuchsia. HEX triplet: C6, 2D and BA. RGB value is (198,45,186). Sum of RGB (Red+Green+Blue) = 198+45+186=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C62DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DBA is #39D245. Grayscale: #6A6A6A. Windows color (decimal): -3789382 or 12201414. OLE color: 12201414.

HSL color Cylindrical-coordinate representation of color #C62DBA: hue angle of 304.71º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62DBA is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 45 186 -
CMYK 0 0.77 0.06 0.22
HSL 304.71º 0.63% 0.48% -
HSV(B) 304.71º 0.77% 0.78% -
XYZ 33.09 17.43 48.07 -
YUV 106.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 198 45 186 0 0.77 0.06 0.22 304.71 0.63 0.48
Hex C6 2D BA 0 4D 6 16 131 3F 30
Octal 306 55 272 0 115 6 26 461 77 60
Binary 11000110 101101 10111010 0 1001101 110 10110 100110001 111111 110000

Color Harmonies of #C62DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DBA

Black with #C62DBA

Text Example


Text Example

White with #C62DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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