Html Css Color HEX #C830C0 Fuchsia

📋 copy color: '#C830C0'

red 200 ◦ green 48 ◦ blue 192

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

Shades of Fuchsia #C830C0

Tints of Fuchsia #C830C0

RGB

 RED value IS 200 (78.52% from 255) = 45.45%

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

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 45.45%
G = 10.91%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C830C0 (or 0xC830C0) is known color: Fuchsia. HEX triplet: C8, 30 and C0. RGB value is (200,48,192). Sum of RGB (Red+Green+Blue) = 200+48+192=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C830C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830C0 is #37CF3F. Grayscale: #6D6D6D. Windows color (decimal): -3657536 or 12595400. OLE color: 12595400.

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

Color convert

RGB 200 48 192 -
CMYK 0 0.76 0.04 0.22
HSL 303.16º 0.61% 0.49% -
HSV(B) 303.16º 0.76% 0.78% -
XYZ 34.39 18.2 51.57 -
YUV 109.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 200 48 192 0 0.76 0.04 0.22 303.16 0.61 0.49
Hex C8 30 C0 0 4C 4 16 12F 3D 31
Octal 310 60 300 0 114 4 26 457 75 61
Binary 11001000 110000 11000000 0 1001100 100 10110 100101111 111101 110001

Color Harmonies of #C830C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830C0

Black with #C830C0

Text Example


Text Example

White with #C830C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830C0; }

 p { color: rgb(200,48,192); }

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

background-color css

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

 a { background-color: rgb(200,48,192); }

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

border-color css

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

 span { border-color: rgb(200,48,192); }

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