Html Css Color HEX #C62CB6 Fuchsia

📋 copy color: '#C62CB6'

red 198 ◦ green 44 ◦ blue 182

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

Shades of Fuchsia #C62CB6

Tints of Fuchsia #C62CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.92%

R = 46.7%
G = 10.38%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C62CB6 (or 0xC62CB6) is known color: Fuchsia. HEX triplet: C6, 2C and B6. RGB value is (198,44,182). Sum of RGB (Red+Green+Blue) = 198+44+182=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C62CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CB6 is #39D349. Grayscale: #696969. Windows color (decimal): -3789642 or 11939014. OLE color: 11939014.

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

Color convert

RGB 198 44 182 -
CMYK 0 0.78 0.08 0.22
HSL 306.23º 0.64% 0.47% -
HSV(B) 306.23º 0.78% 0.78% -
XYZ 32.63 17.18 45.85 -
YUV 105.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 198 44 182 0 0.78 0.08 0.22 306.23 0.64 0.47
Hex C6 2C B6 0 4E 8 16 132 40 2F
Octal 306 54 266 0 116 10 26 462 100 57
Binary 11000110 101100 10110110 0 1001110 1000 10110 100110010 1000000 101111

Color Harmonies of #C62CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CB6

Black with #C62CB6

Text Example


Text Example

White with #C62CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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