Html Css Color HEX #CB38CA Fuchsia

📋 copy color: '#CB38CA'

red 203 ◦ green 56 ◦ blue 202

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

Shades of Fuchsia #CB38CA

Tints of Fuchsia #CB38CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 44.03%
G = 12.15%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB38CA (or 0xCB38CA) is known color: Fuchsia. HEX triplet: CB, 38 and CA. RGB value is (203,56,202). Sum of RGB (Red+Green+Blue) = 203+56+202=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38CA is #34C735. Grayscale: #747474. Windows color (decimal): -3458870 or 13252811. OLE color: 13252811.

HSL color Cylindrical-coordinate representation of color #CB38CA: hue angle of 300.41º 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 #CB38CA is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 56 202 -
CMYK 0 0.72 0.00 0.20
HSL 300.41º 0.59% 0.51% -
HSV(B) 300.41º 0.72% 0.8% -
XYZ 36.7 19.79 57.76 -
YUV 116.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 203 56 202 0 0.72 0.00 0.20 300.41 0.59 0.51
Hex CB 38 CA 0 48 0 14 12C 3B 33
Octal 313 70 312 0 110 0 24 454 73 63
Binary 11001011 111000 11001010 0 1001000 0 10100 100101100 111011 110011

Color Harmonies of #CB38CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38CA

Black with #CB38CA

Text Example


Text Example

White with #CB38CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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