Html Css Color HEX #CD30AF Fuchsia

📋 copy color: '#CD30AF'

red 205 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #CD30AF

Tints of Fuchsia #CD30AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.21%

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 47.9%
G = 11.21%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD30AF (or 0xCD30AF) is known color: Fuchsia. HEX triplet: CD, 30 and AF. RGB value is (205,48,175). Sum of RGB (Red+Green+Blue) = 205+48+175=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD30AF is #32CF50. Grayscale: #6D6D6D. Windows color (decimal): -3329873 or 11481293. OLE color: 11481293.

HSL color Cylindrical-coordinate representation of color #CD30AF: hue angle of 311.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD30AF is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 48 175 -
CMYK 0 0.77 0.15 0.20
HSL 311.47º 0.62% 0.5% -
HSV(B) 311.47º 0.77% 0.8% -
XYZ 33.97 18.19 42.28 -
YUV 109.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 205 48 175 0 0.77 0.15 0.20 311.47 0.62 0.5
Hex CD 30 AF 0 4D F 14 137 3E 32
Octal 315 60 257 0 115 17 24 467 76 62
Binary 11001101 110000 10101111 0 1001101 1111 10100 100110111 111110 110010

Color Harmonies of #CD30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30AF

Black with #CD30AF

Text Example


Text Example

White with #CD30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30AF; }

 p { color: rgb(205,48,175); }

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

background-color css

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

 a { background-color: rgb(205,48,175); }

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

border-color css

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

 span { border-color: rgb(205,48,175); }

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