Html Css Color HEX #C450CD Fuchsia

📋 copy color: '#C450CD'

red 196 ◦ green 80 ◦ blue 205

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

Shades of Fuchsia #C450CD

Tints of Fuchsia #C450CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.63%

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 40.75%
G = 16.63%
B = 42.62%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C450CD (or 0xC450CD) is known color: Fuchsia. HEX triplet: C4, 50 and CD. RGB value is (196,80,205). Sum of RGB (Red+Green+Blue) = 196+80+205=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #C450CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450CD is #3BAF32. Grayscale: #808080. Windows color (decimal): -3911475 or 13455556. OLE color: 13455556.

HSL color Cylindrical-coordinate representation of color #C450CD: hue angle of 295.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C450CD is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 80 205 -
CMYK 0.04 0.61 0 0.20
HSL 295.68º 0.56% 0.56% -
HSV(B) 295.68º 0.61% 0.8% -
XYZ 36.65 21.88 60.05 -
YUV 128.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 196 80 205 0.04 0.61 0 0.20 295.68 0.56 0.56
Hex C4 50 CD 4 3D 0 14 128 38 38
Octal 304 120 315 4 75 0 24 450 70 70
Binary 11000100 1010000 11001101 100 111101 0 10100 100101000 111000 111000

Color Harmonies of #C450CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450CD

Black with #C450CD

Text Example


Text Example

White with #C450CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450CD; }

 p { color: rgb(196,80,205); }

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

background-color css

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

 a { background-color: rgb(196,80,205); }

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

border-color css

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

 span { border-color: rgb(196,80,205); }

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