Html Css Color HEX #CD41CE Fuchsia

📋 copy color: '#CD41CE'

red 205 ◦ green 65 ◦ blue 206

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

Shades of Fuchsia #CD41CE

Tints of Fuchsia #CD41CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.66%

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

R = 43.07%
G = 13.66%
B = 43.28%

CMYK

 C value IS 0.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD41CE (or 0xCD41CE) is known color: Fuchsia. HEX triplet: CD, 41 and CE. RGB value is (205,65,206). Sum of RGB (Red+Green+Blue) = 205+65+206=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD41CE is #32BE31. Grayscale: #7A7A7A. Windows color (decimal): -3325490 or 13517261. OLE color: 13517261.

HSL color Cylindrical-coordinate representation of color #CD41CE: hue angle of 299.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD41CE is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 65 206 -
CMYK 0.00 0.68 0 0.19
HSL 299.57º 0.59% 0.53% -
HSV(B) 299.57º 0.68% 0.81% -
XYZ 38.21 21.22 60.47 -
YUV 122.93 174.88 186.54 -
System Red Green Blue C M Y K H S L
Decimal 205 65 206 0.00 0.68 0 0.19 299.57 0.59 0.53
Hex CD 41 CE 0 44 0 13 12C 3B 35
Octal 315 101 316 0 104 0 23 454 73 65
Binary 11001101 1000001 11001110 0 1000100 0 10011 100101100 111011 110101

Color Harmonies of #CD41CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD41CE

Black with #CD41CE

Text Example


Text Example

White with #CD41CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD41CE; }

 p { color: rgb(205,65,206); }

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

background-color css

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

 a { background-color: rgb(205,65,206); }

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

border-color css

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

 span { border-color: rgb(205,65,206); }

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