Html Css Color HEX #C62FB5 Fuchsia

📋 copy color: '#C62FB5'

red 198 ◦ green 47 ◦ blue 181

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

Shades of Fuchsia #C62FB5

Tints of Fuchsia #C62FB5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.03%

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

R = 46.48%
G = 11.03%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C62FB5 (or 0xC62FB5) is known color: Fuchsia. HEX triplet: C6, 2F and B5. RGB value is (198,47,181). Sum of RGB (Red+Green+Blue) = 198+47+181=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FB5 is #39D04A. Grayscale: #6B6B6B. Windows color (decimal): -3788875 or 11874246. OLE color: 11874246.

HSL color Cylindrical-coordinate representation of color #C62FB5: hue angle of 306.75º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C62FB5 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 47 181 -
CMYK 0 0.76 0.09 0.22
HSL 306.76º 0.62% 0.48% -
HSV(B) 306.76º 0.76% 0.78% -
XYZ 32.65 17.37 45.35 -
YUV 107.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 198 47 181 0 0.76 0.09 0.22 306.76 0.62 0.48
Hex C6 2F B5 0 4C 9 16 133 3E 30
Octal 306 57 265 0 114 11 26 463 76 60
Binary 11000110 101111 10110101 0 1001100 1001 10110 100110011 111110 110000

Color Harmonies of #C62FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62FB5

Black with #C62FB5

Text Example


Text Example

White with #C62FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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