Html Css Color HEX #C62BC4 Fuchsia

📋 copy color: '#C62BC4'

red 198 ◦ green 43 ◦ blue 196

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

Shades of Fuchsia #C62BC4

Tints of Fuchsia #C62BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.85%

R = 45.31%
G = 9.84%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C62BC4 (or 0xC62BC4) is known color: Fuchsia. HEX triplet: C6, 2B and C4. RGB value is (198,43,196). Sum of RGB (Red+Green+Blue) = 198+43+196=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BC4 is #39D43B. Grayscale: #6A6A6A. Windows color (decimal): -3789884 or 12856262. OLE color: 12856262.

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

Color convert

RGB 198 43 196 -
CMYK 0 0.78 0.01 0.22
HSL 300.77º 0.64% 0.47% -
HSV(B) 300.77º 0.78% 0.78% -
XYZ 34.12 17.72 53.85 -
YUV 106.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 198 43 196 0 0.78 0.01 0.22 300.77 0.64 0.47
Hex C6 2B C4 0 4E 1 16 12D 40 2F
Octal 306 53 304 0 116 1 26 455 100 57
Binary 11000110 101011 11000100 0 1001110 1 10110 100101101 1000000 101111

Color Harmonies of #C62BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BC4

Black with #C62BC4

Text Example


Text Example

White with #C62BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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