Html Css Color HEX #C323CF Deep Magenta

📋 copy color: '#C323CF'

red 195 ◦ green 35 ◦ blue 207

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

Shades of Deep Magenta #C323CF

Tints of Deep Magenta #C323CF

RGB

 RED value IS 195 (76.56% from 255) = 44.62%

 GREEN value IS 35 (14.06% from 255) = 8.01%

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 44.62%
G = 8.01%
B = 47.37%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C323CF (or 0xC323CF) is known color: Deep Magenta. HEX triplet: C3, 23 and CF. RGB value is (195,35,207). Sum of RGB (Red+Green+Blue) = 195+35+207=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #C323CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323CF is #3CDC30. Grayscale: #656565. Windows color (decimal): -3988529 or 13575107. OLE color: 13575107.

HSL color Cylindrical-coordinate representation of color #C323CF: hue angle of 295.81º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C323CF is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 35 207 -
CMYK 0.06 0.83 0 0.19
HSL 295.81º 0.71% 0.47% -
HSV(B) 295.81º 0.83% 0.81% -
XYZ 34.37 17.31 60.56 -
YUV 102.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 195 35 207 0.06 0.83 0 0.19 295.81 0.71 0.47
Hex C3 23 CF 6 53 0 13 128 47 2F
Octal 303 43 317 6 123 0 23 450 107 57
Binary 11000011 100011 11001111 110 1010011 0 10011 100101000 1000111 101111

Color Harmonies of #C323CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323CF

Black with #C323CF

Text Example


Text Example

White with #C323CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323CF; }

 p { color: rgb(195,35,207); }

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

background-color css

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

 a { background-color: rgb(195,35,207); }

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

border-color css

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

 span { border-color: rgb(195,35,207); }

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