Html Css Color HEX #C430CF Fuchsia

📋 copy color: '#C430CF'

red 196 ◦ green 48 ◦ blue 207

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

Shades of Fuchsia #C430CF

Tints of Fuchsia #C430CF

RGB

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

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

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

R = 43.46%
G = 10.64%
B = 45.9%

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

#C430CF (or 0xC430CF) is known color: Fuchsia. HEX triplet: C4, 30 and CF. RGB value is (196,48,207). Sum of RGB (Red+Green+Blue) = 196+48+207=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #C430CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430CF is #3BCF30. Grayscale: #6D6D6D. Windows color (decimal): -3919665 or 13578436. OLE color: 13578436.

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

Color convert

RGB 196 48 207 -
CMYK 0.05 0.77 0 0.19
HSL 295.85º 0.62% 0.5% -
HSV(B) 295.85º 0.77% 0.81% -
XYZ 35.08 18.35 60.73 -
YUV 110.38 182.53 189.07 -
System Red Green Blue C M Y K H S L
Decimal 196 48 207 0.05 0.77 0 0.19 295.85 0.62 0.5
Hex C4 30 CF 5 4D 0 13 128 3E 32
Octal 304 60 317 5 115 0 23 450 76 62
Binary 11000100 110000 11001111 101 1001101 0 10011 100101000 111110 110010

Color Harmonies of #C430CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430CF

Black with #C430CF

Text Example


Text Example

White with #C430CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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