Html Css Color HEX #C430CB Fuchsia

📋 copy color: '#C430CB'

red 196 ◦ green 48 ◦ blue 203

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

Shades of Fuchsia #C430CB

Tints of Fuchsia #C430CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 43.85%
G = 10.74%
B = 45.41%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C430CB (or 0xC430CB) is known color: Fuchsia. HEX triplet: C4, 30 and CB. RGB value is (196,48,203). Sum of RGB (Red+Green+Blue) = 196+48+203=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #C430CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430CB is #3BCF34. Grayscale: #6D6D6D. Windows color (decimal): -3919669 or 13316292. OLE color: 13316292.

HSL color Cylindrical-coordinate representation of color #C430CB: hue angle of 297.29º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430CB is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 48 203 -
CMYK 0.03 0.76 0 0.20
HSL 297.29º 0.62% 0.49% -
HSV(B) 297.29º 0.76% 0.8% -
XYZ 34.6 18.16 58.18 -
YUV 109.92 180.53 189.4 -
System Red Green Blue C M Y K H S L
Decimal 196 48 203 0.03 0.76 0 0.20 297.29 0.62 0.49
Hex C4 30 CB 3 4C 0 14 129 3E 31
Octal 304 60 313 3 114 0 24 451 76 61
Binary 11000100 110000 11001011 11 1001100 0 10100 100101001 111110 110001

Color Harmonies of #C430CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430CB

Black with #C430CB

Text Example


Text Example

White with #C430CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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