Html Css Color HEX #CD36C2 Fuchsia

📋 copy color: '#CD36C2'

red 205 ◦ green 54 ◦ blue 194

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

Shades of Fuchsia #CD36C2

Tints of Fuchsia #CD36C2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.92%

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 45.25%
G = 11.92%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CD36C2 (or 0xCD36C2) is known color: Fuchsia. HEX triplet: CD, 36 and C2. RGB value is (205,54,194). Sum of RGB (Red+Green+Blue) = 205+54+194=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD36C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD36C2 is #32C93D. Grayscale: #727272. Windows color (decimal): -3328318 or 12728013. OLE color: 12728013.

HSL color Cylindrical-coordinate representation of color #CD36C2: hue angle of 304.37º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD36C2 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 54 194 -
CMYK 0 0.74 0.05 0.20
HSL 304.37º 0.6% 0.51% -
HSV(B) 304.37º 0.74% 0.8% -
XYZ 36.23 19.51 52.9 -
YUV 115.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 205 54 194 0 0.74 0.05 0.20 304.37 0.6 0.51
Hex CD 36 C2 0 4A 5 14 130 3C 33
Octal 315 66 302 0 112 5 24 460 74 63
Binary 11001101 110110 11000010 0 1001010 101 10100 100110000 111100 110011

Color Harmonies of #CD36C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD36C2

Black with #CD36C2

Text Example


Text Example

White with #CD36C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD36C2; }

 p { color: rgb(205,54,194); }

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

background-color css

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

 a { background-color: rgb(205,54,194); }

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

border-color css

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

 span { border-color: rgb(205,54,194); }

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