Html Css Color HEX #C62BB5 Fuchsia

📋 copy color: '#C62BB5'

red 198 ◦ green 43 ◦ blue 181

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

Shades of Fuchsia #C62BB5

Tints of Fuchsia #C62BB5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.19%

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

R = 46.92%
G = 10.19%
B = 42.89%

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

#C62BB5 (or 0xC62BB5) is known color: Fuchsia. HEX triplet: C6, 2B and B5. RGB value is (198,43,181). Sum of RGB (Red+Green+Blue) = 198+43+181=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BB5 is #39D44A. Grayscale: #686868. Windows color (decimal): -3789899 or 11873222. OLE color: 11873222.

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

Color convert

RGB 198 43 181 -
CMYK 0 0.78 0.09 0.22
HSL 306.58º 0.64% 0.47% -
HSV(B) 306.58º 0.78% 0.78% -
XYZ 32.49 17.07 45.3 -
YUV 105.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 198 43 181 0 0.78 0.09 0.22 306.58 0.64 0.47
Hex C6 2B B5 0 4E 9 16 133 40 2F
Octal 306 53 265 0 116 11 26 463 100 57
Binary 11000110 101011 10110101 0 1001110 1001 10110 100110011 1000000 101111

Color Harmonies of #C62BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BB5

Black with #C62BB5

Text Example


Text Example

White with #C62BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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