Html Css Color HEX #C830D0 Fuchsia

📋 copy color: '#C830D0'

red 200 ◦ green 48 ◦ blue 208

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

Shades of Fuchsia #C830D0

Tints of Fuchsia #C830D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.61%

R = 43.86%
G = 10.53%
B = 45.61%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C830D0 (or 0xC830D0) is known color: Fuchsia. HEX triplet: C8, 30 and D0. RGB value is (200,48,208). Sum of RGB (Red+Green+Blue) = 200+48+208=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #C830D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830D0 is #37CF2F. Grayscale: #6F6F6F. Windows color (decimal): -3657520 or 13643976. OLE color: 13643976.

HSL color Cylindrical-coordinate representation of color #C830D0: hue angle of 297º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C830D0 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 48 208 -
CMYK 0.04 0.77 0 0.18
HSL 297º 0.63% 0.5% -
HSV(B) 297º 0.77% 0.82% -
XYZ 36.26 18.95 61.42 -
YUV 111.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 200 48 208 0.04 0.77 0 0.18 297 0.63 0.5
Hex C8 30 D0 4 4D 0 12 129 3F 32
Octal 310 60 320 4 115 0 22 451 77 62
Binary 11001000 110000 11010000 100 1001101 0 10010 100101001 111111 110010

Color Harmonies of #C830D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830D0

Black with #C830D0

Text Example


Text Example

White with #C830D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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