Html Css Color HEX #C630B3 Fuchsia

📋 copy color: '#C630B3'

red 198 ◦ green 48 ◦ blue 179

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

Shades of Fuchsia #C630B3

Tints of Fuchsia #C630B3

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.29%

 BLUE value IS 179 (70.31% from 255) = 42.12%

R = 46.59%
G = 11.29%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C630B3 (or 0xC630B3) is known color: Fuchsia. HEX triplet: C6, 30 and B3. RGB value is (198,48,179). Sum of RGB (Red+Green+Blue) = 198+48+179=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C630B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630B3 is #39CF4C. Grayscale: #6B6B6B. Windows color (decimal): -3788621 or 11743430. OLE color: 11743430.

HSL color Cylindrical-coordinate representation of color #C630B3: hue angle of 307.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C630B3 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 179 -
CMYK 0 0.76 0.10 0.22
HSL 307.6º 0.61% 0.48% -
HSV(B) 307.6º 0.76% 0.78% -
XYZ 32.48 17.37 44.29 -
YUV 107.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 198 48 179 0 0.76 0.10 0.22 307.6 0.61 0.48
Hex C6 30 B3 0 4C A 16 134 3D 30
Octal 306 60 263 0 114 12 26 464 75 60
Binary 11000110 110000 10110011 0 1001100 1010 10110 100110100 111101 110000

Color Harmonies of #C630B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630B3

Black with #C630B3

Text Example


Text Example

White with #C630B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630B3; }

 p { color: rgb(198,48,179); }

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

background-color css

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

 a { background-color: rgb(198,48,179); }

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

border-color css

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

 span { border-color: rgb(198,48,179); }

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