Html Css Color HEX #C62FCC Fuchsia

📋 copy color: '#C62FCC'

red 198 ◦ green 47 ◦ blue 204

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

Shades of Fuchsia #C62FCC

Tints of Fuchsia #C62FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.47%

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 44.1%
G = 10.47%
B = 45.43%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C62FCC (or 0xC62FCC) is known color: Fuchsia. HEX triplet: C6, 2F and CC. RGB value is (198,47,204). Sum of RGB (Red+Green+Blue) = 198+47+204=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #C62FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FCC is #39D033. Grayscale: #6D6D6D. Windows color (decimal): -3788852 or 13381574. OLE color: 13381574.

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

Color convert

RGB 198 47 204 -
CMYK 0.03 0.77 0 0.2
HSL 297.71º 0.63% 0.49% -
HSV(B) 297.71º 0.77% 0.8% -
XYZ 35.2 18.4 58.82 -
YUV 110.05 181.03 190.73 -
System Red Green Blue C M Y K H S L
Decimal 198 47 204 0.03 0.77 0 0.2 297.71 0.63 0.49
Hex C6 2F CC 3 4D 0 14 12A 3F 31
Octal 306 57 314 3 115 0 24 452 77 61
Binary 11000110 101111 11001100 11 1001101 0 10100 100101010 111111 110001

Color Harmonies of #C62FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62FCC

Black with #C62FCC

Text Example


Text Example

White with #C62FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62FCC; }

 p { color: rgb(198,47,204); }

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

background-color css

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

 a { background-color: rgb(198,47,204); }

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

border-color css

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

 span { border-color: rgb(198,47,204); }

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