Html Css Color HEX #C62CB5 Fuchsia

📋 copy color: '#C62CB5'

red 198 ◦ green 44 ◦ blue 181

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

Shades of Fuchsia #C62CB5

Tints of Fuchsia #C62CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.79%

R = 46.81%
G = 10.4%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C62CB5 (or 0xC62CB5) is known color: Fuchsia. HEX triplet: C6, 2C and B5. RGB value is (198,44,181). Sum of RGB (Red+Green+Blue) = 198+44+181=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C62CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CB5 is #39D34A. Grayscale: #696969. Windows color (decimal): -3789643 or 11873478. OLE color: 11873478.

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

Color convert

RGB 198 44 181 -
CMYK 0 0.78 0.09 0.22
HSL 306.62º 0.64% 0.47% -
HSV(B) 306.62º 0.78% 0.78% -
XYZ 32.53 17.14 45.31 -
YUV 105.66 170.52 193.86 -
System Red Green Blue C M Y K H S L
Decimal 198 44 181 0 0.78 0.09 0.22 306.62 0.64 0.47
Hex C6 2C B5 0 4E 9 16 133 40 2F
Octal 306 54 265 0 116 11 26 463 100 57
Binary 11000110 101100 10110101 0 1001110 1001 10110 100110011 1000000 101111

Color Harmonies of #C62CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CB5

Black with #C62CB5

Text Example


Text Example

White with #C62CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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