Html Css Color HEX #CD43C6 Fuchsia

📋 copy color: '#CD43C6'

red 205 ◦ green 67 ◦ blue 198

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

Shades of Fuchsia #CD43C6

Tints of Fuchsia #CD43C6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.26%

 BLUE value IS 198 (77.73% from 255) = 42.13%

R = 43.62%
G = 14.26%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CD43C6 (or 0xCD43C6) is known color: Fuchsia. HEX triplet: CD, 43 and C6. RGB value is (205,67,198). Sum of RGB (Red+Green+Blue) = 205+67+198=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD43C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD43C6 is #32BC39. Grayscale: #7A7A7A. Windows color (decimal): -3324986 or 12993485. OLE color: 12993485.

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

Color convert

RGB 205 67 198 -
CMYK 0 0.67 0.03 0.20
HSL 303.04º 0.58% 0.53% -
HSV(B) 303.04º 0.67% 0.8% -
XYZ 37.38 21.07 55.52 -
YUV 123.2 170.22 186.35 -
System Red Green Blue C M Y K H S L
Decimal 205 67 198 0 0.67 0.03 0.20 303.04 0.58 0.53
Hex CD 43 C6 0 43 3 14 12F 3A 35
Octal 315 103 306 0 103 3 24 457 72 65
Binary 11001101 1000011 11000110 0 1000011 11 10100 100101111 111010 110101

Color Harmonies of #CD43C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD43C6

Black with #CD43C6

Text Example


Text Example

White with #CD43C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD43C6; }

 p { color: rgb(205,67,198); }

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

background-color css

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

 a { background-color: rgb(205,67,198); }

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

border-color css

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

 span { border-color: rgb(205,67,198); }

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