Html Css Color HEX #C62CCD Fuchsia

📋 copy color: '#C62CCD'

red 198 ◦ green 44 ◦ blue 205

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

Shades of Fuchsia #C62CCD

Tints of Fuchsia #C62CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 44.3%
G = 9.84%
B = 45.86%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C62CCD (or 0xC62CCD) is known color: Fuchsia. HEX triplet: C6, 2C and CD. RGB value is (198,44,205). Sum of RGB (Red+Green+Blue) = 198+44+205=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #C62CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CCD is #39D332. Grayscale: #6B6B6B. Windows color (decimal): -3789619 or 13446342. OLE color: 13446342.

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

Color convert

RGB 198 44 205 -
CMYK 0.03 0.79 0 0.20
HSL 297.39º 0.65% 0.49% -
HSV(B) 297.39º 0.79% 0.8% -
XYZ 35.21 18.21 59.42 -
YUV 108.4 182.52 191.91 -
System Red Green Blue C M Y K H S L
Decimal 198 44 205 0.03 0.79 0 0.20 297.39 0.65 0.49
Hex C6 2C CD 3 4F 0 14 129 41 31
Octal 306 54 315 3 117 0 24 451 101 61
Binary 11000110 101100 11001101 11 1001111 0 10100 100101001 1000001 110001

Color Harmonies of #C62CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CCD

Black with #C62CCD

Text Example


Text Example

White with #C62CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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