Html Css Color HEX #C62DD0 Fuchsia

📋 copy color: '#C62DD0'

red 198 ◦ green 45 ◦ blue 208

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

Shades of Fuchsia #C62DD0

Tints of Fuchsia #C62DD0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.98%

 BLUE value IS 208 (81.64% from 255) = 46.12%

R = 43.9%
G = 9.98%
B = 46.12%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C62DD0 (or 0xC62DD0) is known color: Fuchsia. HEX triplet: C6, 2D and D0. RGB value is (198,45,208). Sum of RGB (Red+Green+Blue) = 198+45+208=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #C62DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62DD0 is #39D22F. Grayscale: #6C6C6C. Windows color (decimal): -3789360 or 13643206. OLE color: 13643206.

HSL color Cylindrical-coordinate representation of color #C62DD0: hue angle of 296.32º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62DD0 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 45 208 -
CMYK 0.05 0.78 0 0.18
HSL 296.32º 0.64% 0.5% -
HSV(B) 296.32º 0.78% 0.82% -
XYZ 35.61 18.44 61.36 -
YUV 109.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 198 45 208 0.05 0.78 0 0.18 296.32 0.64 0.5
Hex C6 2D D0 5 4E 0 12 128 40 32
Octal 306 55 320 5 116 0 22 450 100 62
Binary 11000110 101101 11010000 101 1001110 0 10010 100101000 1000000 110010

Color Harmonies of #C62DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DD0

Black with #C62DD0

Text Example


Text Example

White with #C62DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DD0; }

 p { color: rgb(198,45,208); }

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

background-color css

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

 a { background-color: rgb(198,45,208); }

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

border-color css

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

 span { border-color: rgb(198,45,208); }

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