Html Css Color HEX #C62CB8 Fuchsia

📋 copy color: '#C62CB8'

red 198 ◦ green 44 ◦ blue 184

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

Shades of Fuchsia #C62CB8

Tints of Fuchsia #C62CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.19%

R = 46.48%
G = 10.33%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C62CB8 (or 0xC62CB8) is known color: Fuchsia. HEX triplet: C6, 2C and B8. RGB value is (198,44,184). Sum of RGB (Red+Green+Blue) = 198+44+184=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C62CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CB8 is #39D347. Grayscale: #696969. Windows color (decimal): -3789640 or 12070086. OLE color: 12070086.

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

Color convert

RGB 198 44 184 -
CMYK 0 0.78 0.07 0.22
HSL 305.45º 0.64% 0.47% -
HSV(B) 305.45º 0.78% 0.78% -
XYZ 32.84 17.27 46.95 -
YUV 106.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 198 44 184 0 0.78 0.07 0.22 305.45 0.64 0.47
Hex C6 2C B8 0 4E 7 16 131 40 2F
Octal 306 54 270 0 116 7 26 461 100 57
Binary 11000110 101100 10111000 0 1001110 111 10110 100110001 1000000 101111

Color Harmonies of #C62CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CB8

Black with #C62CB8

Text Example


Text Example

White with #C62CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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