Html Css Color HEX #C830CF Fuchsia

📋 copy color: '#C830CF'

red 200 ◦ green 48 ◦ blue 207

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

Shades of Fuchsia #C830CF

Tints of Fuchsia #C830CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 43.96%
G = 10.55%
B = 45.49%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C830CF (or 0xC830CF) is known color: Fuchsia. HEX triplet: C8, 30 and CF. RGB value is (200,48,207). Sum of RGB (Red+Green+Blue) = 200+48+207=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #C830CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830CF is #37CF30. Grayscale: #6F6F6F. Windows color (decimal): -3657521 or 13578440. OLE color: 13578440.

HSL color Cylindrical-coordinate representation of color #C830CF: hue angle of 297.36º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C830CF is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 48 207 -
CMYK 0.03 0.77 0 0.19
HSL 297.36º 0.62% 0.5% -
HSV(B) 297.36º 0.77% 0.81% -
XYZ 36.14 18.9 60.77 -
YUV 111.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 200 48 207 0.03 0.77 0 0.19 297.36 0.62 0.5
Hex C8 30 CF 3 4D 0 13 129 3E 32
Octal 310 60 317 3 115 0 23 451 76 62
Binary 11001000 110000 11001111 11 1001101 0 10011 100101001 111110 110010

Color Harmonies of #C830CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830CF

Black with #C830CF

Text Example


Text Example

White with #C830CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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