Html Css Color HEX #CD40C1 Fuchsia

📋 copy color: '#CD40C1'

red 205 ◦ green 64 ◦ blue 193

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

Shades of Fuchsia #CD40C1

Tints of Fuchsia #CD40C1

RGB

 RED value IS 205 (80.47% from 255) = 44.37%

 GREEN value IS 64 (25.39% from 255) = 13.85%

 BLUE value IS 193 (75.78% from 255) = 41.77%

R = 44.37%
G = 13.85%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD40C1 (or 0xCD40C1) is known color: Fuchsia. HEX triplet: CD, 40 and C1. RGB value is (205,64,193). Sum of RGB (Red+Green+Blue) = 205+64+193=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD40C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD40C1 is #32BF3E. Grayscale: #787878. Windows color (decimal): -3325759 or 12665037. OLE color: 12665037.

HSL color Cylindrical-coordinate representation of color #CD40C1: hue angle of 305.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD40C1 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 64 193 -
CMYK 0 0.69 0.06 0.20
HSL 305.11º 0.59% 0.53% -
HSV(B) 305.11º 0.69% 0.8% -
XYZ 36.64 20.5 52.48 -
YUV 120.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 205 64 193 0 0.69 0.06 0.20 305.11 0.59 0.53
Hex CD 40 C1 0 45 6 14 131 3B 35
Octal 315 100 301 0 105 6 24 461 73 65
Binary 11001101 1000000 11000001 0 1000101 110 10100 100110001 111011 110101

Color Harmonies of #CD40C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD40C1

Black with #CD40C1

Text Example


Text Example

White with #CD40C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD40C1; }

 p { color: rgb(205,64,193); }

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

background-color css

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

 a { background-color: rgb(205,64,193); }

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

border-color css

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

 span { border-color: rgb(205,64,193); }

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