Html Css Color HEX #CD35C0 Fuchsia

📋 copy color: '#CD35C0'

red 205 ◦ green 53 ◦ blue 192

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

Shades of Fuchsia #CD35C0

Tints of Fuchsia #CD35C0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.78%

 BLUE value IS 192 (75.39% from 255) = 42.67%

R = 45.56%
G = 11.78%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD35C0 (or 0xCD35C0) is known color: Fuchsia. HEX triplet: CD, 35 and C0. RGB value is (205,53,192). Sum of RGB (Red+Green+Blue) = 205+53+192=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD35C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD35C0 is #32CA3F. Grayscale: #717171. Windows color (decimal): -3328576 or 12596685. OLE color: 12596685.

HSL color Cylindrical-coordinate representation of color #CD35C0: hue angle of 305.13º 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 #CD35C0 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 53 192 -
CMYK 0 0.74 0.06 0.20
HSL 305.13º 0.6% 0.51% -
HSV(B) 305.13º 0.74% 0.8% -
XYZ 35.96 19.33 51.7 -
YUV 114.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 205 53 192 0 0.74 0.06 0.20 305.13 0.6 0.51
Hex CD 35 C0 0 4A 6 14 131 3C 33
Octal 315 65 300 0 112 6 24 461 74 63
Binary 11001101 110101 11000000 0 1001010 110 10100 100110001 111100 110011

Color Harmonies of #CD35C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD35C0

Black with #CD35C0

Text Example


Text Example

White with #CD35C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD35C0; }

 p { color: rgb(205,53,192); }

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

background-color css

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

 a { background-color: rgb(205,53,192); }

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

border-color css

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

 span { border-color: rgb(205,53,192); }

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