Html Css Color HEX #CF38AD Fuchsia

📋 copy color: '#CF38AD'

red 207 ◦ green 56 ◦ blue 173

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

Shades of Fuchsia #CF38AD

Tints of Fuchsia #CF38AD

RGB

 RED value IS 207 (81.25% from 255) = 47.48%

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 47.48%
G = 12.84%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF38AD (or 0xCF38AD) is known color: Fuchsia. HEX triplet: CF, 38 and AD. RGB value is (207,56,173). Sum of RGB (Red+Green+Blue) = 207+56+173=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF38AD is #30C752. Grayscale: #727272. Windows color (decimal): -3196755 or 11352271. OLE color: 11352271.

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

Color convert

RGB 207 56 173 -
CMYK 0 0.73 0.16 0.19
HSL 313.51º 0.61% 0.52% -
HSV(B) 313.51º 0.73% 0.81% -
XYZ 34.69 19.11 41.4 -
YUV 114.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 207 56 173 0 0.73 0.16 0.19 313.51 0.61 0.52
Hex CF 38 AD 0 49 10 13 13A 3D 34
Octal 317 70 255 0 111 20 23 472 75 64
Binary 11001111 111000 10101101 0 1001001 10000 10011 100111010 111101 110100

Color Harmonies of #CF38AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF38AD

Black with #CF38AD

Text Example


Text Example

White with #CF38AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF38AD; }

 p { color: rgb(207,56,173); }

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

background-color css

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

 a { background-color: rgb(207,56,173); }

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

border-color css

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

 span { border-color: rgb(207,56,173); }

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