Html Css Color HEX #C62CBC Fuchsia

📋 copy color: '#C62CBC'

red 198 ◦ green 44 ◦ blue 188

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

Shades of Fuchsia #C62CBC

Tints of Fuchsia #C62CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.23%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 46.05%
G = 10.23%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C62CBC (or 0xC62CBC) is known color: Fuchsia. HEX triplet: C6, 2C and BC. RGB value is (198,44,188). Sum of RGB (Red+Green+Blue) = 198+44+188=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C62CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CBC is #39D343. Grayscale: #6A6A6A. Windows color (decimal): -3789636 or 12332230. OLE color: 12332230.

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

Color convert

RGB 198 44 188 -
CMYK 0 0.78 0.05 0.22
HSL 303.9º 0.64% 0.47% -
HSV(B) 303.9º 0.78% 0.78% -
XYZ 33.27 17.44 49.19 -
YUV 106.46 174.02 193.29 -
System Red Green Blue C M Y K H S L
Decimal 198 44 188 0 0.78 0.05 0.22 303.9 0.64 0.47
Hex C6 2C BC 0 4E 5 16 130 40 2F
Octal 306 54 274 0 116 5 26 460 100 57
Binary 11000110 101100 10111100 0 1001110 101 10110 100110000 1000000 101111

Color Harmonies of #C62CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CBC

Black with #C62CBC

Text Example


Text Example

White with #C62CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CBC; }

 p { color: rgb(198,44,188); }

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

background-color css

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

 a { background-color: rgb(198,44,188); }

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

border-color css

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

 span { border-color: rgb(198,44,188); }

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