Html Css Color HEX #C430CE Fuchsia

📋 copy color: '#C430CE'

red 196 ◦ green 48 ◦ blue 206

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

Shades of Fuchsia #C430CE

Tints of Fuchsia #C430CE

RGB

 RED value IS 196 (76.95% from 255) = 43.56%

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 43.56%
G = 10.67%
B = 45.78%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C430CE (or 0xC430CE) is known color: Fuchsia. HEX triplet: C4, 30 and CE. RGB value is (196,48,206). Sum of RGB (Red+Green+Blue) = 196+48+206=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #C430CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430CE is #3BCF31. Grayscale: #6D6D6D. Windows color (decimal): -3919666 or 13512900. OLE color: 13512900.

HSL color Cylindrical-coordinate representation of color #C430CE: hue angle of 296.2º 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 #C430CE is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 48 206 -
CMYK 0.05 0.77 0 0.19
HSL 296.2º 0.62% 0.5% -
HSV(B) 296.2º 0.77% 0.81% -
XYZ 34.96 18.31 60.08 -
YUV 110.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 196 48 206 0.05 0.77 0 0.19 296.2 0.62 0.5
Hex C4 30 CE 5 4D 0 13 128 3E 32
Octal 304 60 316 5 115 0 23 450 76 62
Binary 11000100 110000 11001110 101 1001101 0 10011 100101000 111110 110010

Color Harmonies of #C430CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430CE

Black with #C430CE

Text Example


Text Example

White with #C430CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430CE; }

 p { color: rgb(196,48,206); }

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

background-color css

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

 a { background-color: rgb(196,48,206); }

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

border-color css

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

 span { border-color: rgb(196,48,206); }

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