Html Css Color HEX #C62BCA Fuchsia

📋 copy color: '#C62BCA'

red 198 ◦ green 43 ◦ blue 202

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

Shades of Fuchsia #C62BCA

Tints of Fuchsia #C62BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 44.7%
G = 9.71%
B = 45.6%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C62BCA (or 0xC62BCA) is known color: Fuchsia. HEX triplet: C6, 2B and CA. RGB value is (198,43,202). Sum of RGB (Red+Green+Blue) = 198+43+202=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #C62BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BCA is #39D435. Grayscale: #6A6A6A. Windows color (decimal): -3789878 or 13249478. OLE color: 13249478.

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

Color convert

RGB 198 43 202 -
CMYK 0.02 0.79 0 0.21
HSL 298.49º 0.65% 0.48% -
HSV(B) 298.49º 0.79% 0.79% -
XYZ 34.81 18 57.52 -
YUV 107.47 181.35 192.57 -
System Red Green Blue C M Y K H S L
Decimal 198 43 202 0.02 0.79 0 0.21 298.49 0.65 0.48
Hex C6 2B CA 2 4F 0 15 12A 41 30
Octal 306 53 312 2 117 0 25 452 101 60
Binary 11000110 101011 11001010 10 1001111 0 10101 100101010 1000001 110000

Color Harmonies of #C62BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BCA

Black with #C62BCA

Text Example


Text Example

White with #C62BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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