Html Css Color HEX #C62BB7 Fuchsia

📋 copy color: '#C62BB7'

red 198 ◦ green 43 ◦ blue 183

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

Shades of Fuchsia #C62BB7

Tints of Fuchsia #C62BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.16%

R = 46.7%
G = 10.14%
B = 43.16%

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

#C62BB7 (or 0xC62BB7) is known color: Fuchsia. HEX triplet: C6, 2B and B7. RGB value is (198,43,183). Sum of RGB (Red+Green+Blue) = 198+43+183=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BB7 is #39D448. Grayscale: #686868. Windows color (decimal): -3789897 or 12004294. OLE color: 12004294.

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

Color convert

RGB 198 43 183 -
CMYK 0 0.78 0.08 0.22
HSL 305.81º 0.64% 0.47% -
HSV(B) 305.81º 0.78% 0.78% -
XYZ 32.7 17.15 46.39 -
YUV 105.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 198 43 183 0 0.78 0.08 0.22 305.81 0.64 0.47
Hex C6 2B B7 0 4E 8 16 132 40 2F
Octal 306 53 267 0 116 10 26 462 100 57
Binary 11000110 101011 10110111 0 1001110 1000 10110 100110010 1000000 101111

Color Harmonies of #C62BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BB7

Black with #C62BB7

Text Example


Text Example

White with #C62BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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