Html Css Color HEX #CD38CE Fuchsia

📋 copy color: '#CD38CE'

red 205 ◦ green 56 ◦ blue 206

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

Shades of Fuchsia #CD38CE

Tints of Fuchsia #CD38CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.99%

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

R = 43.9%
G = 11.99%
B = 44.11%

CMYK

 C value IS 0.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD38CE (or 0xCD38CE) is known color: Fuchsia. HEX triplet: CD, 38 and CE. RGB value is (205,56,206). Sum of RGB (Red+Green+Blue) = 205+56+206=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD38CE is #32C731. Grayscale: #757575. Windows color (decimal): -3327794 or 13514957. OLE color: 13514957.

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

Color convert

RGB 205 56 206 -
CMYK 0.00 0.73 0 0.19
HSL 299.6º 0.6% 0.51% -
HSV(B) 299.6º 0.73% 0.81% -
XYZ 37.73 20.26 60.32 -
YUV 117.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 205 56 206 0.00 0.73 0 0.19 299.6 0.6 0.51
Hex CD 38 CE 0 49 0 13 12C 3C 33
Octal 315 70 316 0 111 0 23 454 74 63
Binary 11001101 111000 11001110 0 1001001 0 10011 100101100 111100 110011

Color Harmonies of #CD38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD38CE

Black with #CD38CE

Text Example


Text Example

White with #CD38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD38CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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