Html Css Color HEX #CF38AF Fuchsia

📋 copy color: '#CF38AF'

red 207 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #CF38AF

Tints of Fuchsia #CF38AF

RGB

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

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

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

R = 47.26%
G = 12.79%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF38AF (or 0xCF38AF) is known color: Fuchsia. HEX triplet: CF, 38 and AF. RGB value is (207,56,175). Sum of RGB (Red+Green+Blue) = 207+56+175=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF38AF is #30C750. Grayscale: #727272. Windows color (decimal): -3196753 or 11483343. OLE color: 11483343.

HSL color Cylindrical-coordinate representation of color #CF38AF: hue angle of 312.72º 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 #CF38AF is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 56 175 -
CMYK 0 0.73 0.15 0.19
HSL 312.72º 0.61% 0.52% -
HSV(B) 312.72º 0.73% 0.81% -
XYZ 34.88 19.19 42.42 -
YUV 114.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 207 56 175 0 0.73 0.15 0.19 312.72 0.61 0.52
Hex CF 38 AF 0 49 F 13 139 3D 34
Octal 317 70 257 0 111 17 23 471 75 64
Binary 11001111 111000 10101111 0 1001001 1111 10011 100111001 111101 110100

Color Harmonies of #CF38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF38AF

Black with #CF38AF

Text Example


Text Example

White with #CF38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF38AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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