Html Css Color HEX #CF36AD Fuchsia

📋 copy color: '#CF36AD'

red 207 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #CF36AD

Tints of Fuchsia #CF36AD

RGB

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

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

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

R = 47.7%
G = 12.44%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF36AD (or 0xCF36AD) is known color: Fuchsia. HEX triplet: CF, 36 and AD. RGB value is (207,54,173). Sum of RGB (Red+Green+Blue) = 207+54+173=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF36AD is #30C952. Grayscale: #707070. Windows color (decimal): -3197267 or 11351759. OLE color: 11351759.

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

Color convert

RGB 207 54 173 -
CMYK 0 0.74 0.16 0.19
HSL 313.33º 0.61% 0.51% -
HSV(B) 313.33º 0.74% 0.81% -
XYZ 34.59 18.92 41.36 -
YUV 113.31 161.69 194.82 -
System Red Green Blue C M Y K H S L
Decimal 207 54 173 0 0.74 0.16 0.19 313.33 0.61 0.51
Hex CF 36 AD 0 4A 10 13 139 3D 33
Octal 317 66 255 0 112 20 23 471 75 63
Binary 11001111 110110 10101101 0 1001010 10000 10011 100111001 111101 110011

Color Harmonies of #CF36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36AD

Black with #CF36AD

Text Example


Text Example

White with #CF36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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