Html Css Color HEX #CB38AC Fuchsia

📋 copy color: '#CB38AC'

red 203 ◦ green 56 ◦ blue 172

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

Shades of Fuchsia #CB38AC

Tints of Fuchsia #CB38AC

RGB

 RED value IS 203 (79.69% from 255) = 47.1%

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

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 47.1%
G = 12.99%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB38AC (or 0xCB38AC) is known color: Fuchsia. HEX triplet: CB, 38 and AC. RGB value is (203,56,172). Sum of RGB (Red+Green+Blue) = 203+56+172=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38AC is #34C753. Grayscale: #707070. Windows color (decimal): -3458900 or 11286731. OLE color: 11286731.

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

Color convert

RGB 203 56 172 -
CMYK 0 0.72 0.15 0.20
HSL 312.65º 0.59% 0.51% -
HSV(B) 312.65º 0.72% 0.8% -
XYZ 33.49 18.5 40.84 -
YUV 113.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 203 56 172 0 0.72 0.15 0.20 312.65 0.59 0.51
Hex CB 38 AC 0 48 F 14 139 3B 33
Octal 313 70 254 0 110 17 24 471 73 63
Binary 11001011 111000 10101100 0 1001000 1111 10100 100111001 111011 110011

Color Harmonies of #CB38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38AC

Black with #CB38AC

Text Example


Text Example

White with #CB38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38AC; }

 p { color: rgb(203,56,172); }

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

background-color css

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

 a { background-color: rgb(203,56,172); }

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

border-color css

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

 span { border-color: rgb(203,56,172); }

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