Html Css Color HEX #C62BCB Fuchsia

📋 copy color: '#C62BCB'

red 198 ◦ green 43 ◦ blue 203

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

Shades of Fuchsia #C62BCB

Tints of Fuchsia #C62BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 44.59%
G = 9.68%
B = 45.72%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C62BCB (or 0xC62BCB) is known color: Fuchsia. HEX triplet: C6, 2B and CB. RGB value is (198,43,203). Sum of RGB (Red+Green+Blue) = 198+43+203=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #C62BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BCB is #39D434. Grayscale: #6B6B6B. Windows color (decimal): -3789877 or 13315014. OLE color: 13315014.

HSL color Cylindrical-coordinate representation of color #C62BCB: hue angle of 298.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62BCB is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 43 203 -
CMYK 0.02 0.79 0 0.20
HSL 298.13º 0.65% 0.48% -
HSV(B) 298.13º 0.79% 0.8% -
XYZ 34.93 18.05 58.14 -
YUV 107.59 181.85 192.49 -
System Red Green Blue C M Y K H S L
Decimal 198 43 203 0.02 0.79 0 0.20 298.13 0.65 0.48
Hex C6 2B CB 2 4F 0 14 12A 41 30
Octal 306 53 313 2 117 0 24 452 101 60
Binary 11000110 101011 11001011 10 1001111 0 10100 100101010 1000001 110000

Color Harmonies of #C62BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BCB

Black with #C62BCB

Text Example


Text Example

White with #C62BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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