Html Css Color HEX #C62BB8 Fuchsia

📋 copy color: '#C62BB8'

red 198 ◦ green 43 ◦ blue 184

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

Shades of Fuchsia #C62BB8

Tints of Fuchsia #C62BB8

RGB

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

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

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

R = 46.59%
G = 10.12%
B = 43.29%

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

#C62BB8 (or 0xC62BB8) is known color: Fuchsia. HEX triplet: C6, 2B and B8. RGB value is (198,43,184). Sum of RGB (Red+Green+Blue) = 198+43+184=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BB8 is #39D447. Grayscale: #696969. Windows color (decimal): -3789896 or 12069830. OLE color: 12069830.

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

Color convert

RGB 198 43 184 -
CMYK 0 0.78 0.07 0.22
HSL 305.42º 0.64% 0.47% -
HSV(B) 305.42º 0.78% 0.78% -
XYZ 32.8 17.19 46.94 -
YUV 105.42 172.35 194.04 -
System Red Green Blue C M Y K H S L
Decimal 198 43 184 0 0.78 0.07 0.22 305.42 0.64 0.47
Hex C6 2B B8 0 4E 7 16 131 40 2F
Octal 306 53 270 0 116 7 26 461 100 57
Binary 11000110 101011 10111000 0 1001110 111 10110 100110001 1000000 101111

Color Harmonies of #C62BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BB8

Black with #C62BB8

Text Example


Text Example

White with #C62BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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